Skip to content

Commit

Permalink
Action to push image to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Aug 14, 2023
1 parent 026ba5b commit 3d09269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Push image to dockerhub
run: |
docker tag $IMAGE_PATH $IMAGE_PATH:${{ github.ref_name }}
ocker push $IMAGE_PATH:${{ github.ref_name }}
docker push $IMAGE_PATH:${{ github.ref_name }}

0 comments on commit 3d09269

Please sign in to comment.