Skip to content

Commit bca0a99

Browse files
fix: fix typo.
1 parent d52704a commit bca0a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
2626
--build-arg VCS_REF=${GITHUB_SHA::8} \
2727
${DOCKER_IMAGE_TAGS} .
28-
sed -i '2i\VERSION = {TAG_NAME}' gotty/Makefile
28+
sed -i '2i\VERSION = ${TAG_NAME}' gotty/Makefile
2929
- name: Set up Docker Buildx
3030
uses: crazy-max/ghaction-docker-buildx@v3
3131
- name: Docker Buildx (build)

0 commit comments

Comments
 (0)