This commit is contained in:
parent
1aac82b79d
commit
502608cf66
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue