mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Print docker images after tagging
This commit is contained in:
@@ -50,7 +50,9 @@ jobs:
|
||||
platform: ${{ inputs.platform }}
|
||||
|
||||
- name: Create tags 🏷
|
||||
run: python3 -m tagging.tag_image --short-image-name ${{ matrix.image }}
|
||||
run: |
|
||||
python3 -m tagging.tag_image --short-image-name ${{ matrix.image }}
|
||||
docker image ls -a
|
||||
shell: bash
|
||||
|
||||
- name: Write manifest files 🏷
|
||||
|
Reference in New Issue
Block a user