Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
fix: Release build type and container registry (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainIRS authored Feb 26, 2022
1 parent 61b42a4 commit b2288c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Configure CMake
if: steps.cache-cmake.outputs.cache-hit != 'true'
run: cmake -G Ninja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
run: cmake -G Ninja -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_PROJECT="no_tests"

- name: Build
working-directory: ${{github.workspace}}/build
Expand All @@ -79,7 +79,7 @@ jobs:
id: meta-simulator
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/delta/codecharacter-simulator
images: ghcr.io/delta/codecharacter-simulator
- name: Build and push simulator image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit b2288c2

Please sign in to comment.