Update docker-build.yml
docker-build / Build image (push) Failing after 7s

This commit is contained in:
2026-09-01 11:11:09 +07:00
parent 54b7727a50
commit 58a61eabe8
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.TOKEN }}
password: ${{ secrets.PUSH_TOKEN }}
- name: Build and push Docker image
id: push