Skip to content

Commit

Permalink
push to ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Jan 24, 2025
1 parent b054527 commit 9bd8ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker-build-and-push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ runs:
id: meta-universe-visualization-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-visualization-devel-${{ inputs.platform }}
type=raw,value=universe-visualization-devel-${{ steps.date.outputs.date }}-${{ inputs.platform }}
Expand All @@ -198,7 +198,7 @@ runs:
id: meta-universe-visualization
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-visualization-${{ inputs.platform }}
type=raw,value=universe-visualization-${{ steps.date.outputs.date }}-${{ inputs.platform }}
Expand Down

0 comments on commit 9bd8ada

Please sign in to comment.