Skip to content

Commit

Permalink
Replace hardcoded with github.repository (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMartinOscar authored Feb 6, 2025
1 parent f5416d7 commit 62d2a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/pelican-dev/wings
images: ghcr.io/${{ github.repository }}
flavor: |
latest=false
tags: |
Expand Down

0 comments on commit 62d2a0c

Please sign in to comment.