Skip to content

Commit

Permalink
Use standard variable names for image name and tag
Browse files Browse the repository at this point in the history
Allow deploying custom image from jobs created for branches and tags,
applied to tts-api container only.
  • Loading branch information
pedroetb committed Mar 19, 2024
1 parent 3a36eca commit 7e255b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/compose.tts-api.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
tts-api:
image: ${TTS_API_IMAGE_NAME:-pedroetb/tts-api}:${TTS_API_IMAGE_TAG:-latest}
image: ${IMAGE_NAME:-pedroetb/tts-api}:${IMAGE_TAG:-latest}
container_name: ${CONTAINER_NAME}
environment:
PORT:
Expand Down

0 comments on commit 7e255b1

Please sign in to comment.