Skip to content

Commit

Permalink
Fix release ghcr tag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jul 12, 2024
1 parent 5829996 commit 82e5806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-ghcr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Tag Docker image
run: |
docker tag tinted-builder-rust ghcr.io/tinted-theming/tinted-builder-rust:${{ inputs.git_tag_name }}
docker tag tinted-biulder-rust ghcr.io/tinted-theming/tinted-builder-rust:latest
docker tag tinted-builder-rust ghcr.io/tinted-theming/tinted-builder-rust:latest
- name: Log in to GitHub Container Registry
run: echo ${{ secrets.DOCKER_GHCR }} | docker login ghcr.io -u tinted-theming-bot --password-stdin
Expand Down

0 comments on commit 82e5806

Please sign in to comment.