Chore(deps): Bump docker/build-push-action from 4.0.0 to 4.1.1 (#1684)

This commit is contained in:
dependabot[bot]
2023-06-28 14:28:59 +02:00
committed by GitHub
parent 6f0be57860
commit 44bc60b00d

View File

@@ -134,7 +134,7 @@ jobs:
run: echo "::set-output name=value::$(git rev-parse --short HEAD)" run: echo "::set-output name=value::$(git rev-parse --short HEAD)"
- name: Build and push final image - name: Build and push final image
uses: docker/build-push-action@v4.0.0 uses: docker/build-push-action@v4.1.1
with: with:
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v6,linux/arm/v7,linux/ppc64le
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}