Skip to content

Commit c4979d1

Browse files
committed
try this
1 parent 7b63b07 commit c4979d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push-rdev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ jobs:
4949
aws-access-key-id: ${{ secrets.THEIAGEN_AWS_ACCESS_KEY_ID }}
5050
aws-secret-access-key: ${{ secrets.THEIAGEN_AWS_SECRET_ACCESS_KEY }}
5151
- name: Build And Push
52+
id: build_outputs
5253
uses: chanzuckerberg/github-actions/.github/actions/[email protected]
5354
with:
5455
dockerfile: ${{ matrix.image.dockerfile }}
5556
context: ${{ matrix.image.context }}
5657
name: ${{ matrix.image.name }}
5758
registry: 654654542669.dkr.ecr.us-west-2.amazonaws.com
58-
- name: Update Manifest
59+
- name: print the tag
5960
shell: bash
60-
# TODO: figure out how to pipe the results into new file
6161
run: |
62-
echo "hello world"
62+
echo ${{ steps.build_outputs.outputs.tags }}
6363
# TODO: figure out whether {{ secrets.GITHUB_TOKEN }} is enough for this step:
6464
# - name: Update the file
6565
# uses: EndBug/add-and-commit@v9

0 commit comments

Comments
 (0)