Skip to content

Commit

Permalink
fix: lower
Browse files Browse the repository at this point in the history
  • Loading branch information
Googlefan256 committed Nov 30, 2023
1 parent 038fed3 commit 4c379be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: Lowercase the repo owner
run: |
echo ::set-env name=IMAGE::${GITHUB_REPOSITORY_OWNER}/${IMAGE_NAME}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand All @@ -30,5 +33,5 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
ghcr.io/${{ env.IMAGE }}:latest
ghcr.io/${{ env.IMAGE }}:${{ github.sha }}

0 comments on commit 4c379be

Please sign in to comment.