Skip to content

Commit 311dcf8

Browse files
committed
push to docker hub
1 parent a5faa46 commit 311dcf8

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525
with:
2626
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2727
password: ${{ secrets.DOCKER_HUB_TOKEN }}
28-
- name: echo the tag
29-
run: echo ${{ steps.get_version.outputs.VERSION }}
30-
# - name: Push to Docker Hub
31-
# uses: docker/build-push-action@v2
32-
# with:
33-
# push: true
34-
# tags: mendhak/test-image:${{ env.TAG }}
28+
- name: Push to Docker Hub
29+
uses: docker/build-push-action@v2
30+
with:
31+
push: true
32+
tags: mendhak/test-image:${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)