diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3430c468..049534cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build container image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: artifacts push: ${{ github.event_name != 'pull_request' }}