Skip to content

Commit

Permalink
not use ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <yutaka.kondo@youtalk.jp>
  • Loading branch information
youtalk committed Mar 7, 2025
1 parent fbf08da commit 2bf751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
id: meta-universe-external-devel
uses: docker/metadata-action@v5
with:
images: ${{ github.repository_owner }}/${{ inputs.target-image }}
images: ghcr.io/${{ github.repository_owner }}/${{ inputs.target-image }}
tags: |
type=raw,value=universe-external-devel-${{ inputs.platform }}
type=raw,value=universe-external-devel-${{ steps.date.outputs.date }}-${{ inputs.platform }}
Expand Down

0 comments on commit 2bf751c

Please sign in to comment.