Skip to content

Commit abe6e2e

Browse files
Merge branch 'main' into dependabot/github_actions/aquasecurity/trivy-action-0.35.0
2 parents a13c7c6 + f432a17 commit abe6e2e

File tree

18 files changed

+1274
-219
lines changed

18 files changed

+1274
-219
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
# Build ONLY amd64 and push arch-specific tag suffixes used later for manifest creation.
265265
- name: Build and push (amd64 -> *:amd64-TAG)
266266
id: build_amd
267-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
267+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
268268
with:
269269
context: .
270270
push: true
@@ -389,7 +389,7 @@ jobs:
389389
# Build ONLY arm64 and push arch-specific tag suffixes used later for manifest creation.
390390
- name: Build and push (arm64 -> *:arm64-TAG)
391391
id: build_arm
392-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
392+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
393393
with:
394394
context: .
395395
push: true
@@ -506,7 +506,7 @@ jobs:
506506

507507
- name: Build and push (arm/v7 -> *:armv7-TAG)
508508
id: build_armv7
509-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
509+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
510510
with:
511511
context: .
512512
push: true

0 commit comments

Comments
 (0)