Skip to content

Commit 1d7568c

Browse files
committed
workflow: Set tags on the final meta step.
This is the actually important one.
1 parent 5e3bbcf commit 1d7568c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dockerfile-build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
images: ${{ env.PACKAGE_NAME }}
4747
tags: |
4848
type=ref,event=branch
49-
type=match,pattern=\d+\.\d+-\d+
5049
type=match,pattern=ghcr-(\d+\.\d+-\d+),group=1
50+
type=match,pattern=\d+\.\d+-\d+
5151
labels: |
5252
org.opencontainers.image.description=Zulip Server
5353
annotations: |
@@ -123,6 +123,10 @@ jobs:
123123
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
124124
with:
125125
images: ${{ env.PACKAGE_NAME }}
126+
tags: |
127+
type=ref,event=branch
128+
type=match,pattern=ghcr-(\d+\.\d+-\d+),group=1
129+
type=match,pattern=\d+\.\d+-\d+
126130
labels: |
127131
org.opencontainers.image.description=Zulip Server
128132
annotations: |

0 commit comments

Comments
 (0)