Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Addressing build failure.

repository names must be lowercase
  • Loading branch information
alexlovelltroy authored Jan 10, 2025
1 parent 04ac056 commit 42b1a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
file: dockerfiles/Dockerfile.minimal
push: true
tags: |
ghcr.io/${{ github.repository }}/image-build:latest
ghcr.io/${{ github.repository }}/image-build:${{ steps.extract_version.outputs.version }}
ghcr.io/openchami/image-build:latest
ghcr.io/openchami/image-build:${{ steps.extract_version.outputs.version }}

0 comments on commit 42b1a19

Please sign in to comment.