Skip to content

Commit

Permalink
fix(ci): made repository name lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz committed Dec 1, 2023
1 parent c257293 commit 52a88fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: env-vars
run: |
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "IMAGE_NAME=ghcr.io/${GITHUB_ACTOR}/fsb" >> $GITHUB_ENV
echo "IMAGE_NAME=ghcr.io/${GITHUB_ACTOR,,}/fsb" >> $GITHUB_ENV
- name: Build docker image and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 52a88fb

Please sign in to comment.