Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Dedden committed Feb 29, 2024
1 parent a3dcad2 commit 61f0938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
file: ./Dockerfile
push: false
platforms: ${{ matrix.platform }}
tags: ghci.io/${{ github.repository }}-manylinux_2_28_$TARGET_ARCH:latest
tags: ghcr.io/${{ github.repository }}-manylinux_2_28_${{ env.TARGET_ARCH }}:latest
build-args: |
TARGET_ARCH=$TARGET_ARCH
TARGET_ARCH=${{ env.TARGET_ARCH }}

0 comments on commit 61f0938

Please sign in to comment.