Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
fixing typos
  • Loading branch information
jhonesto authored Dec 5, 2023
1 parent 4fd61f2 commit e6a68be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build . --file Dockerfile --tag jhonesto:igpt
run: docker build . --file Dockerfile --tag jhonesto/igpt

- name: Push to dockerhub registry
run: |
Expand Down

0 comments on commit e6a68be

Please sign in to comment.