Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Knifa committed Nov 29, 2024
1 parent e35eff0 commit f7a28e4
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 @@ -20,8 +20,8 @@ jobs:
- name: Get image base name
id: image-base-name
run: |
REPO_LOWERCASE="${{ github.repository }} | tr '[:upper:]' '[:lower:]')"
echo "value=ghcr.io/${REPO_LOWERCASE}" >> $GITHUB_OUTPUT
# REPO_LOWERCASE="${{ github.repository }} | tr '[:upper:]' '[:lower:]')"
echo "value=ghcr.io/${{ github.repository }}" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
Expand Down

0 comments on commit f7a28e4

Please sign in to comment.