We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5faa46 commit 311dcf8Copy full SHA for 311dcf8
1 file changed
.github/workflows/publish.yml
@@ -25,10 +25,8 @@ jobs:
25
with:
26
username: ${{ secrets.DOCKER_HUB_USERNAME }}
27
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 }}
+ - name: Push to Docker Hub
+ uses: docker/build-push-action@v2
+ with:
+ push: true
+ tags: mendhak/test-image:${{ steps.get_version.outputs.VERSION }}
0 commit comments