mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix tag output mapping
This commit is contained in:
parent
6ed7bda678
commit
ecda7e21d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -24,8 +24,8 @@ jobs:
|
|||
docker_sync:
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
ui_tag: steps.tags.ui_tag
|
||||
bot_tag: steps.tags.bot_tag
|
||||
ui_tag: ${{ steps.tags.ui_tag }}
|
||||
bot_tag: ${{ steps.tags.bot_tag }}
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue