Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Feb 8, 2024
1 parent 5e79d18 commit 17caec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Generate Dockerfile and necessary files
run: |
cd ${{ env.WORKDIR }}
if [[ ${{ matrix.tag }} == "debian12-release" ]]; then
if [[ "${{ matrix.tag }}" == "debian12-release" ]]; then
cat ${{ matrix.dockerfile }} common.Dockerfile >$GITHUB_WORKSPACE/Dockerfile
else
cat ${{ matrix.dockerfile }} qpress.Dockerfile common.Dockerfile >$GITHUB_WORKSPACE/Dockerfile
Expand Down

0 comments on commit 17caec0

Please sign in to comment.