Skip to content

Commit

Permalink
fix(gitAction): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed Apr 24, 2024
1 parent 6412282 commit 50919be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-image
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKERHUB_PW }}" | docker login -u "${{ secrets.DOCKERHUB_LOGIN }}" --password-stdin

- name: Build and push Docker image
- name: Build Docker image
run: make build

- name: push the Docker imahe
- name: Push Docker image
run: docker push pyronear/pyro-api:latest

0 comments on commit 50919be

Please sign in to comment.