We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc3e13 commit ac43753Copy full SHA for ac43753
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
with:
58
registry: ghcr.io
59
username: ${{ github.actor }}
60
- password: ${{ secrets.GHCR_TOKEN }}
+ password: ${{ secrets.GITHUB_TOKEN }}
61
- name: Publish multi-arch tf-controller container image
62
uses: docker/build-push-action@v2
63
0 commit comments