Skip to content

Commit

Permalink
use repository_owner for location of push image
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper authored Nov 4, 2024
1 parent ea2afb7 commit fabbd67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/${{ github.repository }}/${{ steps.name.outputs.image_name }}
ghcr.io/${{ github.repository_owner }}/${{ steps.name.outputs.image_name }}
# pecan/${{ steps.name.outputs.image_name }}
# generate Docker tags based on the following events/attributes
tags: |
Expand Down

0 comments on commit fabbd67

Please sign in to comment.