Skip to content

Commit

Permalink
fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Mar 6, 2024
1 parent 7881ab5 commit d1f72e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
push: true
target: mediafx
build-args: QT_VER=${{ env.QT_VER }} UBUNTU=${{ matrix.ubuntu }}
build-args: |
"QT_VER=${{ env.QT_VER }}"
"UBUNTU=${{ matrix.ubuntu }}"
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:buildcache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}:buildcache,mode=max

Expand Down

0 comments on commit d1f72e4

Please sign in to comment.