Skip to content

Commit 3fd05f1

Browse files
committed
Add push to ghcr
1 parent d2e9491 commit 3fd05f1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/default.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
username: ${{ secrets.DOCKER_USERNAME }}
5858
password: ${{ secrets.DOCKER_TOKEN }}
5959

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 }}
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 }}
6767

6868
- name: Build
6969
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)