Skip to content

Commit 28756a0

Browse files
author
GeiserX
committed
Fix Docker registry to use Docker Hub instead of GHCR
1 parent f4bf575 commit 28756a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
uses: docker/setup-buildx-action@v3
7373

7474
- name: Log in to Container Registry
75+
if: github.event_name != 'pull_request'
7576
uses: docker/login-action@v3
7677
with:
7778
registry: ${{ env.REGISTRY }}
7879
username: ${{ secrets.DOCKER_USERNAME }}
7980
password: ${{ secrets.DOCKER_TOKEN }}
80-
if: github.event_name != 'pull_request'
8181

8282
- name: Extract metadata
8383
id: meta

0 commit comments

Comments
 (0)