Skip to content

Commit 005eb21

Browse files
authored
Merge pull request #2154 from OWASP/renovate/major-docker-actions
Update docker/build-push-action action to v6
2 parents 8a8773e + b5a3fc0 commit 005eb21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master-container-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Build and push Docker image
8181
id: build
82-
uses: docker/build-push-action@v5
82+
uses: docker/build-push-action@v6
8383
with:
8484
platforms: linux/amd64,linux/arm64
8585
context: .

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Build and push Docker image
8888
id: build
89-
uses: docker/build-push-action@v5
89+
uses: docker/build-push-action@v6
9090
with:
9191
context: .
9292
push: true

0 commit comments

Comments
 (0)