Skip to content

Commit 32cca0f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 6c89a56 + 9ef05b8 commit 32cca0f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build-dev.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ jobs:
5353
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
5454
with:
5555
context: .
56-
provenance: false
5756
build-args: |
5857
APP_VERSION=dev-build.${{ steps.vars.outputs.short_sha }}
5958
push: false
6059
load: true
6160
tags: ${{ steps.meta.outputs.tags }}
6261
labels: ${{ steps.meta.outputs.labels }}
62+
annotations: ${{ steps.meta.outputs.annotations }}
63+
provenance: false
64+
sbom: false
6365
cache-from: type=gha
6466
cache-to: type=gha,mode=max
6567

@@ -80,11 +82,13 @@ jobs:
8082
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
8183
with:
8284
context: .
83-
provenance: false
8485
build-args: |
8586
APP_VERSION=dev-build.${{ steps.vars.outputs.short_sha }}
8687
push: ${{ github.event_name != 'pull_request' }}
8788
tags: ${{ steps.meta.outputs.tags }}
8889
labels: ${{ steps.meta.outputs.labels }}
90+
annotations: ${{ steps.meta.outputs.annotations }}
91+
provenance: false
92+
sbom: false
8993
cache-from: type=gha
9094
cache-to: type=gha,mode=max

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
push: ${{ startsWith(github.ref, 'refs/tags/') }}
5454
tags: ${{ steps.meta.outputs.tags }}
5555
labels: ${{ steps.meta.outputs.labels }}
56+
annotations: ${{ steps.meta.outputs.annotations }}
5657
platforms: |
5758
linux/amd64
5859
linux/arm64

0 commit comments

Comments
 (0)