Skip to content

Commit

Permalink
github.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamadi committed Jan 1, 2024
1 parent 42d62ca commit b7357fd
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 @@ -22,7 +22,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }}
- name: Generate Docker tag
id: docker_tag
run: echo "::set-output name=tag::$(echo 'docker.pkg.github.com/${{ github.repository_owner }}/openai-api-server:latest' | awk '{print tolower($0)}')"
run: echo "::set-output name=tag::$(echo 'docker.pkg.github.com/${{ github.repository }}/openai-api-server:latest' | awk '{print tolower($0)}')"
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit b7357fd

Please sign in to comment.