1 parent f9bf2d1 commit ff0d1ceCopy full SHA for ff0d1ce
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
18
- name: Build the image
19
- run: docker build -t mendhak/http-https-echo:latest .
+ run: docker build -t mendhak/test-image .
20
- name: Log in to Docker Hub
21
uses: docker/login-action@v1
22
with:
@@ -26,4 +26,4 @@ jobs:
26
uses: docker/build-push-action@v2
27
28
push: true
29
- tags: mendhak/test-image:x
+ tags: '*'
0 commit comments