diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe1753f..316b823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,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' }}