File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,17 +49,17 @@ jobs:
49
49
aws-access-key-id : ${{ secrets.THEIAGEN_AWS_ACCESS_KEY_ID }}
50
50
aws-secret-access-key : ${{ secrets.THEIAGEN_AWS_SECRET_ACCESS_KEY }}
51
51
- name : Build And Push
52
+ id : build_outputs
52
53
uses :
chanzuckerberg/github-actions/.github/actions/[email protected]
53
54
with :
54
55
dockerfile : ${{ matrix.image.dockerfile }}
55
56
context : ${{ matrix.image.context }}
56
57
name : ${{ matrix.image.name }}
57
58
registry : 654654542669.dkr.ecr.us-west-2.amazonaws.com
58
- - name : Update Manifest
59
+ - name : print the tag
59
60
shell : bash
60
- # TODO: figure out how to pipe the results into new file
61
61
run : |
62
- echo "hello world"
62
+ echo ${{ steps.build_outputs.outputs.tags }}
63
63
# TODO: figure out whether {{ secrets.GITHUB_TOKEN }} is enough for this step:
64
64
# - name: Update the file
65
65
# uses: EndBug/add-and-commit@v9
You can’t perform that action at this time.
0 commit comments