Skip to content

Commit 58931f1

Browse files
Update docker/build-push-action digest to 94d76d3 (#80)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e34cd8e commit 58931f1

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
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/build-push-action
5858
- name: Build test image
5959
id: build-test
60-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
60+
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
6161
with:
6262
context: .
6363
load: true
@@ -89,7 +89,7 @@ jobs:
8989
# https://github.com/docker/build-push-action
9090
- name: Build and push production image
9191
id: build-and-push
92-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
92+
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
9393
with:
9494
context: .
9595
target: http_app

0 commit comments

Comments
 (0)