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 f83b843 commit e212031Copy full SHA for e212031
.github/workflows/docker-image.yml
@@ -15,7 +15,6 @@ jobs:
15
with:
16
# list of Docker images to use as base name for tags
17
images: |
18
- ${{ github.repository_owner }}/${{ github.repository_owner }}
19
ghcr.io/${{ github.repository_owner }}/${{ github.repository_owner }}
20
# generate Docker tags based on the following events/attributes
21
tags: |
@@ -25,7 +24,6 @@ jobs:
25
24
type=sha
26
27
- name: Login to GHCR
28
- if: github.event_name != 'pull_request'
29
uses: docker/login-action@v3
30
31
registry: ghcr.io
0 commit comments