Skip to content

Commit 661f09e

Browse files
committedMay 22, 2023
chore(ci): also push to container registry tag without branch/tag ref
1 parent 625b204 commit 661f09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event_name != 'pull_request'
4949
with:
5050
push: true
51-
tags: ${{ env.PUSH_TAG }}
51+
tags: tsuru/nginx-${{ matrix.flavor }}:${{ matrix.nginx }},${{ env.PUSH_TAG }}
5252
cache-from: type=local,src=/tmp/.buildx-cache
5353
cache-to: type=local,dest=/tmp/.buildx-cache
5454
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)
Failed to load comments.