diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 75147970..11a3a502 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -73,14 +73,14 @@ jobs: type=sha - name: Log in to the Container registry - uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0 + uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} 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 }}