Skip to content

Commit

Permalink
update the docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed May 21, 2024
1 parent ab174bb commit d8527f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
# ${{ github.repository }} = tamada/totebag
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest
type=sha,prefix=,suffix=,format=short
Expand All @@ -170,5 +171,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ github.repository}}:buildcache
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:buildcache,mode=max
cache-from: type=registry,ref=ghcr.io/${{ github.repository}}:buildcache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:buildcache,mode=max

0 comments on commit d8527f2

Please sign in to comment.