Skip to content

Commit

Permalink
fix: fix error make command
Browse files Browse the repository at this point in the history
  • Loading branch information
nunenuh committed Aug 23, 2023
1 parent 60f1168 commit a7d970e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
# run: make test

- name: build docker image
run: make dokcer-build
run: make docker-build

- name: build docker image
run: make dokcer-push
run: make docker-push

- name: Logout from DockerHub
run: docker logout

0 comments on commit a7d970e

Please sign in to comment.