Attempt to fix build failures
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user