Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Apparently image tags have to be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jul 16, 2024
1 parent 91e9adf commit aba4e4a
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 @@ -27,7 +27,7 @@ jobs:
with:
platforms: linux/amd64
push: ${{ github.ref_name == 'main' }}
tags: ghcr.io/${{ github.repository_owner }}/manylinux2014_x86_64-hdf5-boost
tags: ghcr.io/cantera/manylinux2014_x86_64-hdf5-boost
build-args: |
TARGET_ARCH=x86_64
cache-from: type=gha
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
platforms: linux/arm64
push: ${{ github.ref_name == 'main' }}
tags: ghcr.io/${{ github.repository_owner }}/manylinux2014_aarch64-hdf5-boost
tags: ghcr.io/cantera/manylinux2014_aarch64-hdf5-boost
build-args: |
TARGET_ARCH=aarch64
cache-from: type=gha
Expand Down

0 comments on commit aba4e4a

Please sign in to comment.