Skip to content

Commit

Permalink
Might be forcing dockerhub pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Oct 22, 2024
1 parent 38173bd commit 0402fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0402fa4

Please sign in to comment.