We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebdb21 commit aab31bcCopy full SHA for aab31bc
.github/workflows/docker.yaml
@@ -120,7 +120,7 @@ jobs:
120
[[ ${{github.event_name == 'workflow_dispatch'}} = true ]] && \
121
docker tag ${IMAGE_NAME}:${IMAGE_LABEL} ${IMAGE_NAME}:workflow_dispatch-${{github.event.inputs.ref_name}}
122
123
- docker inspect ${IMAGE_NAME}:${VERSION_NAME}
+ docker inspect ${IMAGE_NAME}:${IMAGE_LABEL}
124
docker images
125
126
- name: 📤 Push to registry
0 commit comments