File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Release GHCR Versioned Image
2
+
3
+ on :
4
+ release :
5
+ types : [prereleased, released]
6
+
7
+ jobs :
8
+ release-ghcr-version-tag :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - name : Log in to GitHub Container Registry
12
+ uses : docker/login-action@v3
13
+ with :
14
+ registry : ghcr.io
15
+ username : ${{ github.actor }}
16
+ password : ${{ secrets.GITHUB_TOKEN }}
17
+
18
+ - name : Tag release version
19
+ run : |
20
+ docker buildx imagetools create --tag \
21
+ ghcr.io/getsentry/relay:${{ github.ref_name }} \
22
+ ghcr.io/getsentry/relay:${{ github.sha }}
Original file line number Diff line number Diff line change 4
4
5
5
** Features** :
6
6
7
+ - Tag images with release version. ([ #4532 ] ( https://github.com/getsentry/relay/pull/4532 ) )
7
8
- Switch default envelope compression from gzip to zstd. ([ #4531 ] ( https://github.com/getsentry/relay/pull/4531 ) )
8
9
- Update release to include an aarch64 binary. ([ #4514 ] ( https://github.com/getsentry/relay/pull/4514 ) )
9
10
- Support span ` category ` inference from span attributes. ([ #4509 ] ( https://github.com/getsentry/relay/pull/4509 ) )
You can’t perform that action at this time.
0 commit comments