diff --git a/.github/workflows/reusable-build-ghcr.yml b/.github/workflows/reusable-build-ghcr.yml index 5f55a60..f1b456b 100644 --- a/.github/workflows/reusable-build-ghcr.yml +++ b/.github/workflows/reusable-build-ghcr.yml @@ -132,7 +132,7 @@ jobs: - name: Build and push if: steps.existing.outputs.skip != 'true' id: build - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ inputs.context }} file: ${{ inputs.dockerfile }}