We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a05854 commit db729dbCopy full SHA for db729db
.github/workflows/aws.yml
@@ -58,6 +58,9 @@ jobs:
58
--push \
59
-t 058264122535.dkr.ecr.us-east-1.amazonaws.com/ponder/indexer:latest \
60
.
61
+
62
+ # Set the image URI as output
63
+ echo "::set-output name=image::058264122535.dkr.ecr.us-east-1.amazonaws.com/ponder/indexer:latest"
64
65
- name: Download task definition
66
run: |
0 commit comments