Skip to content

Commit

Permalink
Do not optiping
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutten committed Jul 9, 2024
1 parent fb050f0 commit 8538087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
context: .
tags: mulle_js:${{ matrix.language }}
outputs: type=docker,dest=/tmp/mulle_js_${{ matrix.language }}.tar
build-args: GAME_LANG=${{ matrix.language }}
build-args: GAME_LANG=${{ matrix.language }} OPTIPNG_LEVEL=0

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8538087

Please sign in to comment.