Skip to content

Commit e212031

Browse files
committed
Removed extra image in meta to avoid extra push to docker.io
1 parent f83b843 commit e212031

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
# list of Docker images to use as base name for tags
1717
images: |
18-
${{ github.repository_owner }}/${{ github.repository_owner }}
1918
ghcr.io/${{ github.repository_owner }}/${{ github.repository_owner }}
2019
# generate Docker tags based on the following events/attributes
2120
tags: |
@@ -25,7 +24,6 @@ jobs:
2524
type=sha
2625
2726
- name: Login to GHCR
28-
if: github.event_name != 'pull_request'
2927
uses: docker/login-action@v3
3028
with:
3129
registry: ghcr.io

0 commit comments

Comments
 (0)