diff --git a/.github/workflows/oci-publish.yml b/.github/workflows/oci-publish.yml index 965b8fa..6f32c4a 100644 --- a/.github/workflows/oci-publish.yml +++ b/.github/workflows/oci-publish.yml @@ -16,10 +16,6 @@ jobs: push-ghcr: name: Build and push image runs-on: ubuntu-22.04 - strategy: - fail-fast: false - matrix: - install_latest: [ true, false ] steps: # Checkout push-to-registry action github repository