diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index dd8a37f..ea2f772 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -50,7 +50,7 @@ jobs: # Generate Docker tags based on the following events/attributes tags: | type=schedule,pattern=nightly - type=ref,event=pr + # type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} -