Skip to content

Commit 3f44d23

Browse files
committed
Push build artifact to ecr, *:latest*
1 parent e06c1d4 commit 3f44d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
push: true # if we wanted to push the image to DockerHub or a local registry
100100
tags: storefront/app:latest
101101
# cache-to: type=local,dest=user/app:cache
102-
outputs: type=local,dest=./alpine_storefront,type=docker,dest=${{needs.TF-Apply.outputs.registry_url}}
102+
outputs: type=local,dest=./alpine_storefront,type=docker,dest=${{needs.TF-Apply.outputs.registry_url}}:latest
103103
secret-envs: NEXT_PUBLIC_APIGW=${{needs.TF-Apply.outputs.apigw}}
104104

105105
- name: Move Image to copyable location

0 commit comments

Comments
 (0)