Commit 75a3d96 1 parent a05d69d commit 75a3d96 Copy full SHA for 75a3d96
File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : Publish Docker Hub
2
2
3
3
on :
4
+ # schedule:
5
+ # - cron: '37 7 * * *'
4
6
push :
5
- tags :
6
- - ' *'
7
+ tags : [ 'v*.*','latest' ]
8
+ pull_request :
9
+ branches : [ "main" ]
7
10
8
11
jobs :
9
12
build :
Original file line number Diff line number Diff line change @@ -6,12 +6,10 @@ name: Publish Github Container Registry
6
6
# documentation.
7
7
8
8
on :
9
- schedule :
10
- - cron : ' 37 7 * * *'
9
+ # schedule:
10
+ # - cron: '37 7 * * *'
11
11
push :
12
- branches : [ "main" ]
13
- # Publish semver tags as releases.
14
- tags : [ 'v*.*' ]
12
+ tags : [ 'v*.*','latest' ]
15
13
pull_request :
16
14
branches : [ "main" ]
17
15
93
91
COSIGN_EXPERIMENTAL : " true"
94
92
# This step uses the identity token to provision an ephemeral certificate
95
93
# against the sigstore community Fulcio instance.
96
- run : echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
94
+ run : echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments