Skip to content

Commit

Permalink
use repository_owner in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gamoutatsumi committed Jun 14, 2024
1 parent bdfc827 commit 2f81c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-sha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: docker/metadata-action@v5
id: meta
with:
images: ghcr.io/whywaita/myshoes
images: ghcr.io/${{ github.repository_owner }}/myshoes
tags: |
type=sha
- name: Build container image
Expand Down

0 comments on commit 2f81c3c

Please sign in to comment.