Skip to content

Commit 99705aa

Browse files
authored
fix step name [ci skip]
1 parent 9742ceb commit 99705aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-hub-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_PASSWORD }}
21-
- name: Build base image
21+
- name: Build image
2222
uses: docker/[email protected]
2323
with:
2424
context: .

0 commit comments

Comments
 (0)