We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0332b80 + c889d5c commit 772b564Copy full SHA for 772b564
1 file changed
.github/workflows/ecr.yml
@@ -72,6 +72,17 @@ jobs:
72
github:ecr:repository:charge \
73
public.ecr.aws/docker/library/httpd:latest@sha256:391a8eb0c1ed464163da46099606a5ec293705118f3054d6c60f5957e2485bd0 \
74
hr/httpd:latest
75
+ - name: Charge "hr/http-echo"
76
+ run: |
77
+ make \
78
+ --file=Makefile.workflow \
79
+ github:ecr:repository:initialize \
80
+ hr/http-echo
81
82
83
+ github:ecr:repository:charge \
84
+ hashicorp/http-echo:latest@sha256:fcb75f691c8b0414d670ae570240cbf95502cc18a9ba57e982ecac589760a186 \
85
+ hr/http-echo:latest
86
- name: Charge "hr/localstack"
87
run: |
88
make \
0 commit comments