diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e00cc0..1a2ee84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: password: ${{ secrets.CR_PAT }} - name: Build container image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: artifacts push: ${{ github.event_name != 'pull_request' }}