File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,15 @@ jobs:
53
53
uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
54
54
with :
55
55
context : .
56
- provenance : false
57
56
build-args : |
58
57
APP_VERSION=dev-build.${{ steps.vars.outputs.short_sha }}
59
58
push : false
60
59
load : true
61
60
tags : ${{ steps.meta.outputs.tags }}
62
61
labels : ${{ steps.meta.outputs.labels }}
62
+ annotations : ${{ steps.meta.outputs.annotations }}
63
+ provenance : false
64
+ sbom : false
63
65
cache-from : type=gha
64
66
cache-to : type=gha,mode=max
65
67
@@ -80,11 +82,13 @@ jobs:
80
82
uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
81
83
with :
82
84
context : .
83
- provenance : false
84
85
build-args : |
85
86
APP_VERSION=dev-build.${{ steps.vars.outputs.short_sha }}
86
87
push : ${{ github.event_name != 'pull_request' }}
87
88
tags : ${{ steps.meta.outputs.tags }}
88
89
labels : ${{ steps.meta.outputs.labels }}
90
+ annotations : ${{ steps.meta.outputs.annotations }}
91
+ provenance : false
92
+ sbom : false
89
93
cache-from : type=gha
90
94
cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change 53
53
push : ${{ startsWith(github.ref, 'refs/tags/') }}
54
54
tags : ${{ steps.meta.outputs.tags }}
55
55
labels : ${{ steps.meta.outputs.labels }}
56
+ annotations : ${{ steps.meta.outputs.annotations }}
56
57
platforms : |
57
58
linux/amd64
58
59
linux/arm64
You can’t perform that action at this time.
0 commit comments