Skip to content

Commit

Permalink
Merge pull request #4 from arthurlt/fix/build
Browse files Browse the repository at this point in the history
github doesn't have tolower function, hard-code image name
  • Loading branch information
arthurlt authored Dec 11, 2023
2 parents 78a1293 + f9e0183 commit 0971eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
env:
TAG: latest
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: vidfetch_bot

jobs:
build:
Expand Down

0 comments on commit 0971eed

Please sign in to comment.