Skip to content

Commit b04745d

Browse files
committed
Use github.repository instead
1 parent 63722ba commit b04745d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-3.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
id: docker_meta
3535
uses: docker/metadata-action@v3
3636
with:
37-
images: ${{ env.REPOSITORY }}
37+
images: ${{ github.repository }}
3838
labels: |
3939
org.opencontainers.image.version=${{ env.BUILD_VERSION }}
4040
org.opencontainers.image.revision=${{ github.sha }}
41-
org.opencontainers.image.title=${{ env.REPOSITORY }}
41+
org.opencontainers.image.title=${{ github.repository }}
4242
4343
- name: GitHub login
4444
if: ${{ github.event_name != 'pull_request' }}
@@ -60,4 +60,4 @@ jobs:
6060
cache-to: type=gha, scope=${{ github.workflow }}
6161
labels: ${{ steps.docker_meta.outputs.labels }}
6262
tags: |
63-
ghcr.io/${{ env.REPOSITORY }}:${{ env.BUILD_VERSION }}
63+
ghcr.io/${{ github.repository }}:${{ env.BUILD_VERSION }}

0 commit comments

Comments
 (0)