Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoxamin authored Dec 30, 2024
1 parent 6bc10f1 commit 0a2bbce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
context: .
platforms: ${{ matrix.platform }}
push: true
tags: albertoxamin/bang:${{ matrix.platform }}
tags: albertoxamin/bang:${{ matrix.platform | replace('/', '-') }}
cache-from: type=registry,ref=albertoxamin/bang:${{ matrix.platform }}
cache-to: type=inline

Expand All @@ -62,6 +62,6 @@ jobs:
run: |
docker buildx imagetools create \
--tag albertoxamin/bang:latest \
albertoxamin/bang:linux/amd64 \
albertoxamin/bang:linux/arm/v7 \
albertoxamin/bang:linux/arm64/v8
albertoxamin/bang:linux-amd64 \
albertoxamin/bang:linux-arm-v7 \
albertoxamin/bang:linux-arm64-v8

0 comments on commit 0a2bbce

Please sign in to comment.