Skip to content

Commit

Permalink
fix: or-2282 add output to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Aug 7, 2024
1 parent 2c66e08 commit 2d17ed2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,21 @@ jobs:
name: ${{ matrix.image }}
path: ~/artifacts

- name: Show images
shell: bash
run: docker images

- name: Load artifact
shell: bash
run: |
docker image load -i ~/artifacts/$IMAGE.tar
env:
IMAGE: ${{ matrix.image }}

- name: Show images
shell: bash
run: docker images

- name: Push artifacts to ECR
shell: bash
run: |
Expand Down

0 comments on commit 2d17ed2

Please sign in to comment.