We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5380368 commit ca97301Copy full SHA for ca97301
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
with:
67
registry: ${{ env.REGISTRY }}
68
username: ${{ github.actor }}
69
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.PUBLISH_SECRET }}
70
71
- name: Build and push container image
72
uses: docker/build-push-action@v4
0 commit comments