Skip to content

Commit

Permalink
List all images in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Feb 11, 2024
1 parent a0ebd1c commit ab4af85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=docker,name=${{ env.REGISTRY_IMAGE }},name-canonical=true,push=false
- name: List docker image
run: docker image ls ${{ env.REGISTRY_IMAGE }}
- name: List docker images
run: docker image ls
- name: Start database servers
run: |
docker-compose up -d
Expand Down

0 comments on commit ab4af85

Please sign in to comment.