Skip to content

Commit

Permalink
🚧 progress: Try to figure out what image name is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 18, 2024
1 parent 0d66d5a commit 2fe0ce3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci:build:compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ jobs:
path: /tmp/patient-web.tar
retention-days: 1

- name: List images
run: |
docker image ls -a
- name: Load image
run: |
docker image load --input /tmp/images/patient-web.tar
docker image ls -a
test:
name: Continuous integration (build compose test)

Expand Down

0 comments on commit 2fe0ce3

Please sign in to comment.