Skip to content

Commit

Permalink
fix: convert repo owner to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwikranjan committed Oct 2, 2024
1 parent ed6942e commit e455e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-nptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
cd network/benchmarks/netperf
make push
env:
DOCKERREPO: ghcr.io/${{ github.repository_owner }}/nptest
DOCKERREPO: ghcr.io/${{ github.repository_owner.toLowerCase }}/nptest
IMAGE_TAG: ${{ github.ref_name }}

0 comments on commit e455e4b

Please sign in to comment.