We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41e6ae commit 5b1fdf7Copy full SHA for 5b1fdf7
.github/workflows/deploy.yml
@@ -128,12 +128,12 @@ jobs:
128
129
# Login: GHCR
130
#(Moved up to Docker build action while spin registry push is not viable for us)
131
- # - name: Login to GitHub Container Registry
132
- # uses: docker/login-action@v3
133
- # with:
134
- # registry: ghcr.io
135
- # username: ${{ github.actor }}
136
- # password: ${{ secrets.GITHUB_TOKEN }}
+ - name: Login to GitHub Container Registry
+ uses: docker/login-action@v3
+ with:
+ registry: ghcr.io
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
137
138
- name: Install cosign
139
uses: sigstore/[email protected]
0 commit comments