File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 push :
1010 branches : [ "main" ]
1111 # Publish semver tags as releases.
12- tags : [ 'v*.*.* ' ]
12+ tags : [ 'v1.0.0 ' ]
1313 pull_request :
1414 branches : [ "main" ]
1515
7575 with :
7676 context : .
7777 push : ${{ github.event_name != 'pull_request' }}
78- tags : ${{ steps.meta.outputs.tags }}
78+ tags : v1.0.0
7979 labels : ${{ steps.meta.outputs.labels }}
8080 cache-from : type=gha
8181 cache-to : type=gha,mode=max
8989 if : ${{ github.event_name != 'pull_request' }}
9090 env :
9191 # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
92- TAGS : ${{ steps.meta.outputs.tags }}
92+ TAGS : v1.0.0
9393 DIGEST : ${{ steps.build-and-push.outputs.digest }}
9494 # This step uses the identity token to provision an ephemeral certificate
9595 # against the sigstore community Fulcio instance.
You can’t perform that action at this time.
0 commit comments