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 728f01f commit 3877519Copy full SHA for 3877519
.github/workflows/ci.yml
@@ -22,13 +22,13 @@ jobs:
22
# - name: Build image
23
# uses: docker/build-push-actions@v6
24
25
- # - name: Log in to GHCR
26
- # if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
27
- # uses: docker/login-action@v3
28
- # with:
29
- # registry: ghcr.io/${{ github.repository_owner }}
30
- # username: ${{ github.actor }}
31
- # password: ${{ secrets.GITHUB_TOKEN }}
+ - name: Log in to GHCR
+ if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
+ uses: docker/login-action@v3
+ with:
+ registry: ghcr.io/${{ github.repository_owner }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Publish image
34
uses: docker/build-push-action@v6
0 commit comments