Update docker/build-push-action action to v6.18.0 (#13770)

This commit is contained in:
renovate[bot]
2025-06-01 21:57:51 -04:00
committed by GitHub
parent 6fbdb8de84
commit 53efc0cf6d
+2 -2
View File
@@ -96,7 +96,7 @@ jobs:
# Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/
- name: Build and push by digest
id: build
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
platforms: ${{ matrix.platform }}
@@ -282,7 +282,7 @@ jobs:
- name: Build and push
id: build-and-push
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: .
platforms: linux/amd64,linux/arm64