diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c92f568..9cf059d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6 + uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6 with: context: . push: ${{ github.event_name != 'pull_request' }}