We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34cd8e commit 58931f1Copy full SHA for 58931f1
.github/workflows/ci-pipeline.yml
@@ -57,7 +57,7 @@ jobs:
57
# https://github.com/docker/build-push-action
58
- name: Build test image
59
id: build-test
60
- uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
+ uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
61
with:
62
context: .
63
load: true
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Build and push production image
91
id: build-and-push
92
93
94
95
target: http_app
0 commit comments