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 d52704a commit bca0a99Copy full SHA for bca0a99
.github/workflows/publish-to-dockerhub.yml
@@ -25,7 +25,7 @@ jobs:
25
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
26
--build-arg VCS_REF=${GITHUB_SHA::8} \
27
${DOCKER_IMAGE_TAGS} .
28
- sed -i '2i\VERSION = {TAG_NAME}' gotty/Makefile
+ sed -i '2i\VERSION = ${TAG_NAME}' gotty/Makefile
29
- name: Set up Docker Buildx
30
uses: crazy-max/ghaction-docker-buildx@v3
31
- name: Docker Buildx (build)
0 commit comments