Skip to content

Commit

Permalink
feat: push to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
heresie committed Oct 19, 2021
1 parent e2e60f9 commit bddf3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- name: "Lowercasing Target"
run: |
echo "GHCR_PATH=${GHCR_PATH,,}" >> ${GITHUB_ENV}
echo GHCR_PATH=$(echo ${GHCR_PATH} | tr '[:upper:]' '[:lower:]') >> ${GITHUB_ENV}
echo ${GITHUB_ENV}
env:
GHCR_PATH: ${{ github.repository }}

Expand Down

0 comments on commit bddf3a2

Please sign in to comment.