Skip to content

Commit

Permalink
force string tag
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Dec 1, 2024
1 parent 57b1950 commit d298622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
ttl: ${{ inputs.ttl }}
frontend:
image:
tag: ${{ needs.compute-sha.outputs.sha_short }}
tag: "${{ needs.compute-sha.outputs.sha_short }}"
backend:
image:
tag: ${{ needs.compute-sha.outputs.sha_short }}
tag: "${{ needs.compute-sha.outputs.sha_short }}"
host: ${{ needs.compute-sha.outputs.sha_short }}.dev.stanfurdtime.com
mongoUri: mongodb://bt-dev-mongo-mongodb.bt.svc.cluster.local:27017/bt
redisUri: redis://bt-dev-redis-master.bt.svc.cluster.local:6379
Expand Down

0 comments on commit d298622

Please sign in to comment.