parent
2a3ba0e797
commit
a5aec1fca3
2 changed files with 33 additions and 0 deletions
|
|
@ -33,8 +33,10 @@ jobs:
|
|||
echo "VERSION=${VERSION}" >> $GITHUB_ENV
|
||||
|
||||
- name: Make image
|
||||
GIT_CREDENTIALS: https://${{ secrets.MAINTAINER_USERNAME }}:${{ secrets.MAINTAINER_TOKEN }}@repo.nqws.ru/
|
||||
run: |
|
||||
docker buildx build --platform linux/amd64 \
|
||||
--secret id=git_creds,env=GIT_CREDENTIALS \
|
||||
--tag repo.nqws.ru/${{ github.repository }}:latest \
|
||||
--tag repo.nqws.ru/${{ github.repository }}:${{ env.VERSION }} \
|
||||
--push .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue