Skip to content

Commit 1692d22

Browse files
committed
wip
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
1 parent 14d967e commit 1692d22

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
SEMVER: ${{ needs.build-settings.outputs.semver }}
4343
VERSION: ${{ needs.build-settings.outputs.version }}
4444
BUILD_MAC: true
45+
BUILD_CONTAINER: true
4546
volumes:
4647
- /var/run/docker.sock:/var/run/docker.sock
4748
steps:

build/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ build() {
179179

180180
mkdir -p dist
181181
cp -r out/container/* dist
182+
echo "docker build . -t ${DOCKER_IMAGE_TAG}"
182183
docker build . -t ${DOCKER_IMAGE_TAG}
183184

184185
if [ "${ENVIRONMENT}" = "production" ]; then

0 commit comments

Comments
 (0)