Skip to content

Commit c627eee

Browse files
Update docker/build-push-action action to v5.3.0 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Federico Busetti <[email protected]>
1 parent ca2fb34 commit c627eee

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
@@ -56,7 +56,7 @@ jobs:
5656
# https://github.com/docker/build-push-action
5757
- name: Build test image
5858
id: build-test
59-
uses: docker/build-push-action@v5.1.0
59+
uses: docker/build-push-action@v5.3.0
6060
with:
6161
context: .
6262
load: true
@@ -88,7 +88,7 @@ jobs:
8888
# https://github.com/docker/build-push-action
8989
- name: Build and push production image
9090
id: build-and-push
91-
uses: docker/build-push-action@v5.1.0
91+
uses: docker/build-push-action@v5.3.0
9292
with:
9393
context: .
9494
target: http_app

0 commit comments

Comments
 (0)