diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 75147970..920d91e7 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6 + uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6 with: context: ./ push: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}