Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed May 30, 2024
1 parent 14d967e commit c356db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
SEMVER: ${{ needs.build-settings.outputs.semver }}
VERSION: ${{ needs.build-settings.outputs.version }}
BUILD_MAC: true
BUILD_CONTAINER: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
Expand Down
1 change: 1 addition & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ build() {

mkdir -p dist
cp -r out/container/* dist
echo "docker build . -t ${DOCKER_IMAGE_TAG}""
docker build . -t ${DOCKER_IMAGE_TAG}
if [ "${ENVIRONMENT}" = "production" ]; then
Expand Down

0 comments on commit c356db3

Please sign in to comment.