Skip to content

Commit 544c0e1

Browse files
Update docker/build-push-action action to v6.11.0
1 parent 12cc51d commit 544c0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# https://github.com/docker/build-push-action
5555
- name: Build test image
5656
id: build-test
57-
uses: docker/build-push-action@v6.10.0
57+
uses: docker/build-push-action@v6.11.0
5858
with:
5959
context: .
6060
load: true
@@ -86,7 +86,7 @@ jobs:
8686
# https://github.com/docker/build-push-action
8787
- name: Build and push production image
8888
id: build-and-push
89-
uses: docker/build-push-action@v6.10.0
89+
uses: docker/build-push-action@v6.11.0
9090
with:
9191
context: .
9292
target: http_app

0 commit comments

Comments
 (0)