fix: docker command
Some checks failed
deploy / deploy (push) Failing after 3s

This commit is contained in:
ndsboy 2025-04-12 18:57:48 +00:00
parent 1aac82b79d
commit 502608cf66

View file

@ -25,7 +25,7 @@ jobs:
run: wget -O- https://${{ env.url }}/archive/main.tar.gz | tar -xz
- name: build
run: docker buildx -f ${{ env.repo }}/Containerfile -t ${{ env.url }}:latest ${{ env.repo }}
run: docker buildx build -f ${{ env.repo }}/Containerfile -t ${{ env.url }}:latest ${{ env.repo }}
- name: login
run: docker login -u token -p ${{ env.token }} ${{ env.git }}