Attempt to fix build failures
This commit is contained in:
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -49,15 +49,11 @@ jobs:
|
||||
env:
|
||||
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}
|
||||
run: |
|
||||
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
|
||||
|
||||
docker buildx build ./${{ matrix.image }} --tag docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }} --platform linux/amd64,linux/arm64
|
||||
|
||||
- name: Push Image
|
||||
env:
|
||||
IMAGE_ID: docker.pkg.github.com/${{ github.repository }}/${{ matrix.image }}
|
||||
run: |
|
||||
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
|
||||
|
||||
docker tag $IMAGE_ID $IMAGE_ID:$VERSION
|
||||
docker push $IMAGE_ID:$VERSION
|
||||
|
Reference in New Issue
Block a user