Attempt to fix build failures
This commit is contained in:
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
@@ -47,10 +47,4 @@ 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 $IMAGE_ID --platform linux/amd64 ./${{ matrix.image }}
|
docker buildx build --output=type=registry --platform linux/amd64 --tag $IMAGE_ID ./${{ matrix.image }}
|
||||||
|
|
||||||
- name: Push Image
|
|
||||||
env:
|
|
||||||
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}:latest
|
|
||||||
run: |
|
|
||||||
docker push $IMAGE_ID
|
|
||||||
|
Reference in New Issue
Block a user