Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed May 26, 2024
1 parent b8eff81 commit 19bc447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Push image (latest)
run: docker push cubicrootxyz/remindme:latest
run: docker push cubicrootxyz/trollinfo:latest
- name: Tag image with version
run: docker tag cubicrootxyz/remindme:latest cubicrootxyz/remindme:${{ github.event.release.tag_name }}
run: docker tag cubicrootxyz/trollinfo:latest cubicrootxyz/trollinfo:${{ github.event.release.tag_name }}
- name: Push image (version)
run: docker push cubicrootxyz/remindme:${{ github.event.release.tag_name }}
run: docker push cubicrootxyz/trollinfo:${{ github.event.release.tag_name }}

0 comments on commit 19bc447

Please sign in to comment.