Skip to content

Commit b5a3fc0

Browse files
Update docker/build-push-action action to v6
1 parent 3d194bc commit b5a3fc0

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)