Update docker-image.yml
This commit is contained in:
parent
6bc10f1bff
commit
0a2bbce2da
8
.github/workflows/docker-image.yml
vendored
8
.github/workflows/docker-image.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
platforms: ${{ matrix.platform }}
|
platforms: ${{ matrix.platform }}
|
||||||
push: true
|
push: true
|
||||||
tags: albertoxamin/bang:${{ matrix.platform }}
|
tags: albertoxamin/bang:${{ matrix.platform | replace('/', '-') }}
|
||||||
cache-from: type=registry,ref=albertoxamin/bang:${{ matrix.platform }}
|
cache-from: type=registry,ref=albertoxamin/bang:${{ matrix.platform }}
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
|
||||||
@ -62,6 +62,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker buildx imagetools create \
|
docker buildx imagetools create \
|
||||||
--tag albertoxamin/bang:latest \
|
--tag albertoxamin/bang:latest \
|
||||||
albertoxamin/bang:linux/amd64 \
|
albertoxamin/bang:linux-amd64 \
|
||||||
albertoxamin/bang:linux/arm/v7 \
|
albertoxamin/bang:linux-arm-v7 \
|
||||||
albertoxamin/bang:linux/arm64/v8
|
albertoxamin/bang:linux-arm64-v8
|
||||||
|
Loading…
Reference in New Issue
Block a user