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

This commit is contained in:
nquidox 2026-04-05 20:21:16 +03:00
parent a5aec1fca3
commit 8cf8ff70d7
2 changed files with 4 additions and 5 deletions

View file

@ -33,7 +33,8 @@ jobs:
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Make image
GIT_CREDENTIALS: https://${{ secrets.MAINTAINER_USERNAME }}:${{ secrets.MAINTAINER_TOKEN }}@repo.nqws.ru/
env:
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 \