Bump build-push-action to 6.18.0 (#4123)

This commit is contained in:
Nikola Jokic
2025-06-13 15:09:27 +02:00
committed by GitHub
parent d9826e5244
commit 666d0c52c4
4 changed files with 8 additions and 8 deletions

View File

@@ -93,8 +93,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & push controller image
# https://github.com/docker/build-push-action/releases/tag/v6.15.0
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
# https://github.com/docker/build-push-action/releases/tag/v6.18.0
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
with:
file: Dockerfile
platforms: linux/amd64,linux/arm64