Skip to content

Commit

Permalink
ci: fix tag of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed Nov 12, 2024
1 parent 62a50e1 commit 3d85c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
-
genius-auth:
core:
image: ${{ steps.core-meta.outputs.tags[0] }}
image: ${{ fromJSON(steps.core-meta.outputs.json).tags[0] }}
wait: true
-
genius-auth:
ssh-server:
image: ${{ steps.ssh-server-meta.outputs.tags[0] }}
image: ${{ fromJSON(steps.ssh-server-meta.outputs.json).tags[0] }}

0 comments on commit 3d85c89

Please sign in to comment.