We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b13911 commit f9bf2d1Copy full SHA for f9bf2d1
1 file changed
.github/workflows/publish.yml
@@ -17,3 +17,13 @@ jobs:
17
18
- name: Build the image
19
run: docker build -t mendhak/http-https-echo:latest .
20
+ - name: Log in to Docker Hub
21
+ uses: docker/login-action@v1
22
+ with:
23
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
24
+ password: ${{ secrets.DOCKER_HUB_PASSWORD }}
25
+ - name: Push to Docker Hub
26
+ uses: docker/build-push-action@v2
27
28
+ push: true
29
+ tags: mendhak/test-image:x
0 commit comments