Skip to content

Commit

Permalink
chore(github-actions): fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Jun 6, 2023
1 parent 9d5cc0d commit dbecba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
aysnine/assistant-she:${{ needs.pack.outputs.tag }}_${{ needs.pack.outputs.shortSha } }}
aysnine/assistant-she:${{ needs.pack.outputs.tag }}_${{ needs.pack.outputs.shortSha }}
aysnine/assistant-she:latest
- run: |
TAG=${{ needs.pack.outputs.tag }}_${{ needs.pack.outputs.shortSha } }}
TAG=${{ needs.pack.outputs.tag }}_${{ needs.pack.outputs.shortSha }}
echo $TAG
sed -i -e "s/\:latest/\:${TAG}/g" ./deploy/cls-softfunny.yaml
cat ./deploy/cls-softfunny.yaml
Expand Down

0 comments on commit dbecba5

Please sign in to comment.