We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3bbcf commit 1d7568cCopy full SHA for 1d7568c
.github/workflows/dockerfile-build.yaml
@@ -46,8 +46,8 @@ jobs:
46
images: ${{ env.PACKAGE_NAME }}
47
tags: |
48
type=ref,event=branch
49
- type=match,pattern=\d+\.\d+-\d+
50
type=match,pattern=ghcr-(\d+\.\d+-\d+),group=1
+ type=match,pattern=\d+\.\d+-\d+
51
labels: |
52
org.opencontainers.image.description=Zulip Server
53
annotations: |
@@ -123,6 +123,10 @@ jobs:
123
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
124
with:
125
126
+ tags: |
127
+ type=ref,event=branch
128
+ type=match,pattern=ghcr-(\d+\.\d+-\d+),group=1
129
130
131
132
0 commit comments