build files
Some checks failed
/ Make image (push) Failing after 23s

This commit is contained in:
nquidox 2026-04-05 20:16:44 +03:00
parent 2a3ba0e797
commit a5aec1fca3
2 changed files with 33 additions and 0 deletions

View file

@ -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 .