mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
Removed uneeded priority=1000 (since we lowered edge one instead)
This commit is contained in:
parent
72f9828339
commit
7963c2b27d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue