mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Print docker images after tagging
This commit is contained in:
@@ -50,7 +50,9 @@ jobs:
|
|||||||
platform: ${{ inputs.platform }}
|
platform: ${{ inputs.platform }}
|
||||||
|
|
||||||
- name: Create tags 🏷
|
- 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
|
shell: bash
|
||||||
|
|
||||||
- name: Write manifest files 🏷
|
- name: Write manifest files 🏷
|
||||||
|
Reference in New Issue
Block a user