Skip to content

Commit f33b84c

Browse files
chore: Test GitHub Action.
1 parent 8c87c75 commit f33b84c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
--build-arg VCS_REF=${GITHUB_SHA::8} \
2727
${DOCKER_IMAGE_TAGS} .
2828
sed -i '2i\VERSION = ${TAG_NAME}' gotty/Makefile
29+
cat gotty/Makefile
2930
- name: Set up Docker Buildx
3031
uses: crazy-max/ghaction-docker-buildx@v3
3132
- name: Docker Buildx (build)
3233
run: |
34+
cat gotty/Makefile
3335
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
3436
- name: Login to DockerHub
3537
uses: docker/login-action@v1

0 commit comments

Comments
 (0)