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 f33b84c commit 84bccf1Copy full SHA for 84bccf1
.github/workflows/publish-to-dockerhub.yml
@@ -25,13 +25,11 @@ 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
29
- cat gotty/Makefile
+ sed -i "2i\VERSION = ${TAG_NAME}" gotty/Makefile
30
- name: Set up Docker Buildx
31
uses: crazy-max/ghaction-docker-buildx@v3
32
- name: Docker Buildx (build)
33
run: |
34
35
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
36
- name: Login to DockerHub
37
uses: docker/login-action@v1
0 commit comments