Skip to content

Commit 8c0c7f7

Browse files
authored
ci: tag latest version only for calver release (#643)
latest should point at CalVer release, and nightly should point at master/main branch. We're cleaning things up for self-hosted users.
1 parent c031f3e commit 8c0c7f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-ghcr-version-tag.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ jobs:
2020
docker buildx imagetools create --tag \
2121
ghcr.io/getsentry/vroom:${{ github.ref_name }} \
2222
ghcr.io/getsentry/vroom:${{ github.sha }}
23+
24+
- name: Tag latest version
25+
run: |
26+
docker buildx imagetools create --tag \
27+
ghcr.io/getsentry/vroom:latest \
28+
ghcr.io/getsentry/vroom:${{ github.sha }}

0 commit comments

Comments
 (0)