Attempt to fix build failures
This commit is contained in:
parent
1b9ff2570d
commit
0bfeb70595
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -49,4 +49,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 --output=type=registry --platform linux/amd64 --tag $IMAGE_ID ./${{ matrix.image }}
|
docker buildx build --push --platform linux/amd64 --tag $IMAGE_ID ./${{ matrix.image }}
|
||||||
|
|
Loading…
Reference in a new issue