diff --git a/.github/workflows/reusable-docker-build.yaml b/.github/workflows/reusable-docker-build.yaml index 63df56d..d95516d 100644 --- a/.github/workflows/reusable-docker-build.yaml +++ b/.github/workflows/reusable-docker-build.yaml @@ -172,7 +172,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@v4.1.1 + uses: docker/build-push-action@v4.2.1 with: platforms: ${{ inputs.platforms }} context: ${{ inputs.context }}