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 7fc9876 commit 7394a56Copy full SHA for 7394a56
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
registry: ${{ env.REGISTRY }}
73
username: ${{ github.actor }}
74
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.PUBLISH_SECRET }}
75
76
- name: Build and push container image
77
uses: docker/build-push-action@v6
0 commit comments