Skip to content

Commit

Permalink
fix uppercased repo name 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Cherny committed Feb 22, 2022
1 parent 2007e69 commit 636699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2
- run: |
docker build . -t ghcr.io/${GITHUB_REPOSITORY}:${GITHUB_REF/refs\/tags\//} \
docker build . -t ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER_PART_SLUG }}/${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }}:${GITHUB_REF/refs\/tags\//} \
--label org.opencontainers.image.description="Solidity Compiler for Solana, Substrate, and ewasm version $(git describe --tags)"
- run: |
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
Expand Down

0 comments on commit 636699e

Please sign in to comment.