Skip to content

Commit ff0d1ce

Browse files
committed
Use the docker action to push to Dockerhub
1 parent f9bf2d1 commit ff0d1ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Build the image
19-
run: docker build -t mendhak/http-https-echo:latest .
19+
run: docker build -t mendhak/test-image .
2020
- name: Log in to Docker Hub
2121
uses: docker/login-action@v1
2222
with:
@@ -26,4 +26,4 @@ jobs:
2626
uses: docker/build-push-action@v2
2727
with:
2828
push: true
29-
tags: mendhak/test-image:x
29+
tags: '*'

0 commit comments

Comments
 (0)