fix docker push
All checks were successful
default / build-and-deploy (push) Successful in 49s

This commit is contained in:
Pavel 2025-03-30 18:36:13 +03:00
parent 440eaf8853
commit d28f3318e4

View file

@ -32,7 +32,7 @@ jobs:
with:
registry: git.neur0tx.site
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6