We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c031f3e commit 8c0c7f7Copy full SHA for 8c0c7f7
.github/workflows/release-ghcr-version-tag.yaml
@@ -20,3 +20,9 @@ jobs:
20
docker buildx imagetools create --tag \
21
ghcr.io/getsentry/vroom:${{ github.ref_name }} \
22
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