Removed uneeded priority=1000 (since we lowered edge one instead)

This commit is contained in:
Matthieu Vachon 2025-02-24 20:11:43 -05:00
parent 72f9828339
commit 7963c2b27d

View file

@ -47,7 +47,7 @@ jobs:
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
type=ref,event=tag,prefix=,priority=1000 type=ref,event=tag,prefix=
type=sha,prefix= type=sha,prefix=
type=sha,prefix=,suffix=-${{ matrix.platform_suffix }} type=sha,prefix=,suffix=-${{ matrix.platform_suffix }}
type=edge,branch=firehose-fh3.0,priority=1 type=edge,branch=firehose-fh3.0,priority=1