Skip to content

Commit

Permalink
Hopefully fix tags for images
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 12, 2023
1 parent 7546934 commit e9c5c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
file: ./Dockerfile_x86_64
platforms: linux/amd64
push: true
tags: manylinux2014_aarch64-hdf5
tags: ghcr.io/${{ github.repository_owner }}/manylinux2014_x86_64-hdf5

build_aarch64_wheels:
name: Build image for aarch64
Expand All @@ -52,4 +52,4 @@ jobs:
file: ./Dockerfile_aarch64
platforms: linux/arm64
push: true
tags: manylinux2014_aarch64-hdf5
tags: ghcr.io/${{ github.repository_owner }}/manylinux2014_aarch64-hdf5

0 comments on commit e9c5c10

Please sign in to comment.