diff --git a/.github/workflows/reusable-docker-build.yaml b/.github/workflows/reusable-docker-build.yaml index 9ea7b2f..932b584 100644 --- a/.github/workflows/reusable-docker-build.yaml +++ b/.github/workflows/reusable-docker-build.yaml @@ -169,7 +169,7 @@ jobs: # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ - name: Docker Build and Push id: build_image - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 with: platforms: ${{ inputs.platforms }} context: ${{ inputs.context }}