File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: Docker
77
88on :
99 schedule :
10- - cron : ' 45 9 * * *'
10+ - cron : ' 24 19 * * *'
1111 push :
1212 branches : [ "main" ]
1313 # Publish semver tags as releases.
7777 with :
7878 context : .
7979 push : ${{ github.event_name != 'pull_request' }}
80- # Manually updated version in tags
81- tags : ghcr.io/gcclinux/easyedit:1.3.8-amd64
80+ tags : ${{ steps.meta.outputs.tags }}
8281 labels : ${{ steps.meta.outputs.labels }}
8382 cache-from : type=gha
8483 cache-to : type=gha,mode=max
9695 DIGEST : ${{ steps.build-and-push.outputs.digest }}
9796 # This step uses the identity token to provision an ephemeral certificate
9897 # against the sigstore community Fulcio instance.
99- run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
98+ run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
You can’t perform that action at this time.
0 commit comments