Skip to content

Commit aab31bc

Browse files
committed
Quick fix for docker image publishing
1 parent 1ebdb21 commit aab31bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
[[ ${{github.event_name == 'workflow_dispatch'}} = true ]] && \
121121
docker tag ${IMAGE_NAME}:${IMAGE_LABEL} ${IMAGE_NAME}:workflow_dispatch-${{github.event.inputs.ref_name}}
122122
123-
docker inspect ${IMAGE_NAME}:${VERSION_NAME}
123+
docker inspect ${IMAGE_NAME}:${IMAGE_LABEL}
124124
docker images
125125
126126
- name: 📤 Push to registry

0 commit comments

Comments
 (0)