diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 086aceb4..cedb8334 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -90,7 +90,7 @@ jobs: echo "first=$first" >> "$GITHUB_OUTPUT" - name: Build and export - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 id: build with: # context needed, so we use path context instead of git context, so .dockerignore is respected