mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49: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:
|
docker_sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
ui_tag: steps.tags.ui_tag
|
ui_tag: ${{ steps.tags.ui_tag }}
|
||||||
bot_tag: steps.tags.bot_tag
|
bot_tag: ${{ steps.tags.bot_tag }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue