File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,20 @@ name: Docker
2
2
3
3
on :
4
4
schedule :
5
- - cron : ' 44 0 * * *'
5
+ - cron : " 44 0 * * *"
6
6
push :
7
- branches : [ "master" ]
7
+ branches : ["master"]
8
8
# Publish semver tags as releases.
9
- tags : [ ' *.*.*' ]
9
+ tags : [" *.*.*" ]
10
10
pull_request :
11
- branches : [ "master" ]
11
+ branches : ["master"]
12
12
13
13
env :
14
14
# Use docker.io for Docker Hub if empty
15
15
REGISTRY : ghcr.io
16
16
# github.repository as <account>/<repo>
17
17
IMAGE_NAME : ${{ github.repository }}
18
18
19
-
20
19
jobs :
21
20
build :
22
21
runs-on : ubuntu-latest
67
66
platforms : linux/amd64,linux/arm64/v8
68
67
provenance : true
69
68
sbom : true
70
- env :
71
- SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
69
+ build-args : |
70
+ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments