Skip to content

Commit

Permalink
ci: force repo name to lower case (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-howe-1 authored Oct 18, 2024
1 parent 6bd075c commit fa96a14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
NEXT_VERSION:
PUBLISH_IMAGE:
IMAGE_REGISTRY: ghcr.io
IMAGE_NAME: ghcr.io/${{ github.repository }}

jobs:
release-and-publish:
Expand All @@ -18,6 +17,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Set up environment variables
run: echo "IMAGE_NAME=ghcr.io/${{ github.repository }}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_ENV

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit fa96a14

Please sign in to comment.