Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Jan 26, 2024
1 parent d20fb3e commit 8025c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
context: ./docker
file: ./docker/Dockerfile
push: true
tags: tuihub/waiter:${{ github.ref_name }}
tags: ghcr.io/tuihub/waiter:${{ github.ref_name }}
build-args: |
WEB_FILE=web/*
WIN_FILE_NAME=${{ env.APP_NAME }}-windows-${{ github.ref_name }}.zip
Expand Down

0 comments on commit 8025c61

Please sign in to comment.