Skip to content

Commit 2e2e1da

Browse files
committed
Update build.yaml
1 parent 69aaae5 commit 2e2e1da

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
@@ -127,8 +127,8 @@ jobs:
127127
else
128128
echo "Image does not exist at $IMAGE_PATH, building and pushing"
129129
130-
#docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}}
131-
#docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
130+
docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}}
131+
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
132132
fi
133133
done
134134

0 commit comments

Comments
 (0)