Skip to content

Commit

Permalink
Refactor docker-image.yml to include actor name in image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gkhaavik committed Oct 15, 2024
1 parent 4f070aa commit 907c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/commercify_webui
images: ${{ env.REGISTRY }}/${{github.actor}}/commercify_webui
tags: |
type=ref,event=branch
type=sha
Expand Down

0 comments on commit 907c294

Please sign in to comment.