Skip to content

Commit 84bccf1

Browse files
chore: Test GitHub Action.
1 parent f33b84c commit 84bccf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ 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
29-
cat gotty/Makefile
28+
sed -i "2i\VERSION = ${TAG_NAME}" gotty/Makefile
3029
- name: Set up Docker Buildx
3130
uses: crazy-max/ghaction-docker-buildx@v3
3231
- name: Docker Buildx (build)
3332
run: |
34-
cat gotty/Makefile
3533
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
3634
- name: Login to DockerHub
3735
uses: docker/login-action@v1

0 commit comments

Comments
 (0)