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 7e61516 commit efb7304Copy full SHA for efb7304
.github/workflows/release-ghcr-version-tag.yml
@@ -20,3 +20,9 @@ jobs:
20
docker buildx imagetools create --tag \
21
ghcr.io/getsentry/sentry:${{ github.ref_name }} \
22
ghcr.io/getsentry/sentry:${{ github.sha }}
23
+
24
+ - name: Tag latest version
25
+ run: |
26
+ docker buildx imagetools create --tag \
27
+ ghcr.io/getsentry/sentry:latest \
28
+ ghcr.io/getsentry/sentry:${{ github.sha }}
.github/workflows/self-hosted.yml
@@ -115,6 +115,5 @@ jobs:
115
docker buildx imagetools create \
116
--tag ghcr.io/getsentry/sentry:${{ github.sha }} \
117
--tag ghcr.io/getsentry/sentry:nightly \
118
- --tag ghcr.io/getsentry/sentry:latest \
119
ghcr.io/getsentry/sentry:${{ github.sha }}-amd64 \
120
ghcr.io/getsentry/sentry:${{ github.sha }}-arm64
0 commit comments