diff --git a/.github/workflows/publish_images.yml b/.github/workflows/publish_images.yml index 5076a430..4f01f6b7 100644 --- a/.github/workflows/publish_images.yml +++ b/.github/workflows/publish_images.yml @@ -50,7 +50,7 @@ jobs: type=ref,event=pr type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} - type=sha,prefix={{branch}}- + type=sha,prefix={{ref_name}}- type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker image