Compare commits

..
1 Commits
Author SHA1 Message Date
vasyansk 58a61eabe8 Update docker-build.yml
docker-build / Build image (push) Failing after 7s
2026-09-01 11:11:09 +07:00
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.PUSH_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push