Attempt to fix build failures
This commit is contained in:
parent
dba8b58261
commit
d006c31dee
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -51,9 +51,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
|
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
|
||||||
|
|
||||||
docker buildx build ./${{ matrix.image }} \
|
docker buildx build ./${{ matrix.image }} --tag docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }} --platform linux/amd64,linux/arm64
|
||||||
--tag docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }} \
|
|
||||||
--platform linux/amd64,linux/arm64
|
|
||||||
|
|
||||||
- name: Push Image
|
- name: Push Image
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue