convert repo name to lower

pull/24/head
Cullen Watson 2023-08-28 08:05:29 -05:00
parent ca3c06ed18
commit 440e09cd26
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/$REPO_NAME_LOWER/jobspy_api:latest
tags: ghcr.io/${{ github.repository_owner }}/${{ env.REPO_NAME_LOWER }}/jobspy_api:latest
- name: Create Release
id: create_release