Skip to content

Commit ece99b6

Browse files
committed
feat: echo, quote variable
1 parent d951f03 commit ece99b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-tag-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
TAGGED="${NAME}:${DOCKER_TAG}"
8080
HASHED="${NAME}:$(git rev-parse --short HEAD)"
8181
echo "NAME: ${NAME}"
82+
echo "DOCKER_TAG: ${DOCKER_TAG}"
8283
echo "TAGGED: ${TAGGED}"
8384
echo "HASHED: ${HASHED}"
8485
echo "NAME=${NAME}" >> "$GITHUB_ENV"
@@ -94,7 +95,7 @@ jobs:
9495
# Publish images
9596
- name: Push image
9697
run: |
97-
docker push ${TAGGED}
98+
docker push "${TAGGED}"
9899
- name: Add hashed, develop, and latest tags to Docker image
99100
if: github.event_name != 'pull_request'
100101
shell: bash

0 commit comments

Comments
 (0)