Attempt to fix build failures
This commit is contained in:
parent
9d46b097cd
commit
f77900c682
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}:latest
|
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}:latest
|
||||||
run: |
|
run: |
|
||||||
docker buildx build --tag docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }} --platform linux/amd64,linux/arm64 ./${{ matrix.image }}
|
docker buildx build --tag $IMAGE_ID --platform linux/amd64,linux/arm64 ./${{ matrix.image }}
|
||||||
|
|
||||||
- name: Push Image
|
- name: Push Image
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue