Skip to content

Commit

Permalink
Updated workflow to push to correct cased docker repo. Reverted faile…
Browse files Browse the repository at this point in the history
…d version release
  • Loading branch information
chrismuntean committed Dec 26, 2024
1 parent 41896ee commit 9690ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
file: ./Dockerfile
push: true
tags: |
chrismuntean/Handify:latest
chrismuntean/Handify:${{ env.new_version }}
chrismuntean/handify:latest
chrismuntean/handify:${{ env.new_version }}
# Create GitHub Release
- name: Create GitHub Release
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.0

0 comments on commit 9690ed8

Please sign in to comment.