Skip to content

Commit

Permalink
Fix docker? II
Browse files Browse the repository at this point in the history
  • Loading branch information
checkroom committed Nov 21, 2024
1 parent 77e3202 commit 29a5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
REGISTRY_IMAGE: ghcr.io/${{ env.OWNER_LC }}/vs-fltk
with:
file: ./Dockerfile
file: ../docker/Dockerfile
platforms: ${{ matrix.platform }}
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:build-env-buildcache
cache-to: type=registry,ref=${{ env.REGISTRY_IMAGE }}:build-env-buildcache,mode=max

0 comments on commit 29a5e4c

Please sign in to comment.