We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d411e commit 8eb452aCopy full SHA for 8eb452a
1 file changed
.github/workflows/deploy-lambda-artifact.yml
@@ -244,7 +244,7 @@ jobs:
244
- name: Build and publish image with layer caching
245
id: build-image
246
if: ${{ steps.decide.outputs.deployment_mode == 'build' && !steps.build-check.outputs.existing_image_digest }}
247
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
248
with:
249
context: ${{ env.DOCKER_CONTEXT_PATH }}
250
file: ${{ env.DOCKERFILE_PATH }}
0 commit comments