diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index 514d2cb517c..179ed276453 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -40,7 +40,7 @@ jobs: registry: ghcr.io username: ${{github.repository_owner}} password: ${{secrets.GITHUB_TOKEN}} - - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0 + - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0 with: context: test file: test/docker/${{matrix.dist}}/Dockerfile