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 daf184c commit 3893af5Copy full SHA for 3893af5
.github/workflows/release.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
registry: ${{ env.REGISTRY }}
67
username: ${{ github.actor }}
68
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.PUBLISH_SECRET }}
69
70
- name: Build and push container image
71
uses: docker/build-push-action@v4
0 commit comments