We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e9491 commit 3fd05f1Copy full SHA for 3fd05f1
1 file changed
.github/workflows/default.yml
@@ -57,13 +57,13 @@ jobs:
57
username: ${{ secrets.DOCKER_USERNAME }}
58
password: ${{ secrets.DOCKER_TOKEN }}
59
60
- # - name: Login to GitHub Container Registry
61
- # if: github.event_name != 'pull_request'
62
- # uses: docker/login-action@v1
63
- # with:
64
- # registry: ghcr.io
65
- # username: ${{ github.repository_owner }}
66
- # password: ${{ secrets.GITHUB_TOKEN }}
+ - name: Login to GitHub Container Registry
+ if: github.event_name != 'pull_request'
+ uses: docker/login-action@v1
+ with:
+ registry: ghcr.io
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: Build
69
uses: docker/build-push-action@v2
0 commit comments