Skip to content

Commit 33281c7

Browse files
authored
Update dockerpublish.yml
checking tag failure
1 parent c35ec55 commit 33281c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
fi
6969
7070
TAG="--tag ${IMAGE_ID}:${VERSION}"
71+
echo "docker build . --file Dockerfile ${TAG} ${LATEST_TAG}"
7172
docker build . --file Dockerfile ${TAG} ${LATEST_TAG}
7273
7374
- name: Log into registry

0 commit comments

Comments
 (0)