diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 122a2a5..63eba8a 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -97,7 +97,7 @@ jobs: with: context: ./web/ file: ./web/Dockerfile - push: true # if we wanted to push the image to DockerHub or a local registry + push: false # if we wanted to push the image to DockerHub or a local registry tags: ecr-ex-config # cache-to: type=local,dest=user/app:cache outputs: type=local,dest=./alpine_storefront,type=registry,dest=${{needs.TF-Apply.outputs.registry_url}}/ecr-ex-config:latest