Skip to content

Commit a0ae5d5

Browse files
committed
Update build.yaml
1 parent fa64857 commit a0ae5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
IMAGE="$IMAGE_TEMPLATE$CODE_VERSION"
124124
125125
if az acr repository show-tags --username ${{ vars.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_TOKEN }} --name opensidewalksdev --repository $IMAGE_NAME | grep -o $CODE_VERSION; then
126-
echo "Image already exists for $IMAGE_PATH, not building again"
126+
echo "Image already exists for $IMAGE, not building again"
127127
else
128-
echo "Image does not exist at $IMAGE_PATH, building and pushing"
128+
echo "Image does not exist at $IMAGE, building and pushing"
129129
130130
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}} $SERVICE_NAME
131131
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push $SERVICE_NAME

0 commit comments

Comments
 (0)