Skip to content

Commit

Permalink
fix: :construction-worker: Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
it-luigi authored Oct 20, 2023
1 parent eb263e0 commit 0d9819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Build and push
run: |
pushd code
make build-api SUFFIX=${{ steps.prep.outputs.suffix }} PUBLISH=${{ steps.prep.outputs.push }} FULL=${FULL_BUILD}
make build-api SUFFIX=${{ steps.prep.outputs.suffix }} PUBLISH=${{ steps.prep.outputs.push }} FULL=${{inputs.FULL_BUILD}}
popd
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
Expand Down

0 comments on commit 0d9819e

Please sign in to comment.