We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f54fa7 commit 2db1755Copy full SHA for 2db1755
1 file changed
.github/workflows/publish-build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
aws ssm put-parameter \
42
--region us-east-1 \
43
- --name /prx/stag/Terra/The_World-Frontent/pkg/docker-image-tag \
+ --name /prx/stag/Terra/The_World-Frontend/pkg/docker-image-tag \
44
--value github/prx/theworld-org:${{ github.sha }} \
45
--overwrite
46
0 commit comments