File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,25 +6,21 @@ name: Docker
66# documentation.
77
88on :
9- schedule :
10- - cron : ' 42 1 * * *'
119 push :
12- branches : [ "master" ]
10+ branches : ["master"]
1311 # Publish semver tags as releases.
14- tags : [ ' v*.*.*' ]
12+ tags : [" v*.*.*" ]
1513 pull_request :
16- branches : [ "master" ]
14+ branches : ["master"]
1715
1816env :
1917 # Use docker.io for Docker Hub if empty
2018 REGISTRY : ghcr.io
2119 # github.repository as <account>/<repo>
2220 IMAGE_NAME : ${{ github.repository }}
2321
24-
2522jobs :
2623 build :
27-
2824 runs-on : ubuntu-latest
2925 permissions :
3026 contents : read
4339 if : github.event_name != 'pull_request'
4440 uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
4541 with :
46- cosign-release : ' v2.2.4'
42+ cosign-release : " v2.2.4"
4743
4844 # Set up BuildKit Docker container builder to be able to build
4945 # multi-platform images and export cache
You can’t perform that action at this time.
0 commit comments