Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Oct 22, 2024
1 parent ad0734d commit 6ef08c5
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 @@ -100,7 +100,7 @@ jobs:
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
outputs: type=local,dest=./alpine_storefront,type=image,dest=${{needs.TF-Apply.outputs.registry_url}}/ecr-ex-config:latest
secret-envs: NEXT_PUBLIC_APIGW=${{needs.TF-Apply.outputs.apigw}}

- name: Move Image to copyable location
Expand Down

0 comments on commit 6ef08c5

Please sign in to comment.