Skip to content

Commit

Permalink
fixed quote in ghauri
Browse files Browse the repository at this point in the history
  • Loading branch information
matusso committed Dec 8, 2024
1 parent ac440dd commit 5d88fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build and push Docker image
run: |
docker buildx build --push \
--build-arg "PYTHON_VERSION=${{ env.PYTHON_VERSION }}" --build-arg æRELEASE_VERSION=${{ env.RELEASE_VERSION }}" \
--build-arg "PYTHON_VERSION=${{ env.PYTHON_VERSION }}" --build-arg "RELEASE_VERSION=${{ env.RELEASE_VERSION }}" \
--tag ghcr.io/${{ github.repository_owner }}/ghauri:${{ env.RELEASE_VERSION }} \
--tag ghcr.io/${{ github.repository_owner }}/ghauri:latest \
--platform linux/amd64,linux/arm64 ./files/ghauri
Expand Down

0 comments on commit 5d88fc8

Please sign in to comment.