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 8c87c75 commit f33b84cCopy full SHA for f33b84c
.github/workflows/publish-to-dockerhub.yml
@@ -26,10 +26,12 @@ jobs:
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
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