Skip to content

Commit

Permalink
Fix docker?
Browse files Browse the repository at this point in the history
  • Loading branch information
checkroom committed Nov 21, 2024
1 parent 79281b2 commit 77e3202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
echo "OWNER_LC=${OWNER,,}" >>${GITHUB_ENV}
env:
OWNER: '${{ github.repository_owner }}'
REGISTRY_IMAGE: ghcr.io/${{ env.OWNER }}/vs-fltk
- name: Checkout
uses: actions/checkout@v4

Expand All @@ -36,6 +35,8 @@ jobs:
- name: Build and push by digest
id: build
uses: docker/build-push-action@v6
env:
REGISTRY_IMAGE: ghcr.io/${{ env.OWNER_LC }}/vs-fltk
with:
file: ./Dockerfile
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit 77e3202

Please sign in to comment.