aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-05-27 20:46:33 +0000
committerGravatar GitHub <noreply@github.com> 2025-05-27 20:46:33 +0000
commit82a7eb0604b811d00e4a47fc28e508055a2306b5 (patch)
tree0d9c1608109516bdaa5a233a0493934d2c83499e
parent844ef1e30310bd2fd479882ae38d19b42dd8e9a5 (diff)
downloadcontainers-82a7eb0604b811d00e4a47fc28e508055a2306b5.tar.gz
containers-82a7eb0604b811d00e4a47fc28e508055a2306b5.tar.zst
containers-82a7eb0604b811d00e4a47fc28e508055a2306b5.zip
Update docker/build-push-action action to v6.18.0renovate/docker-build-push-action-6.x
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 217816a..a258269 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
- name: Build and push Docker image
id: build-and-push
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: containers/${{ matrix.container }}
platforms: linux/amd64
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9e5fd46..a944357 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
- name: Build and push by digest
id: build
- uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
with:
context: containers/${{ needs.changed-containers.outputs.container_name }}
platforms: ${{ matrix.platform }}