Skip to content

Commit

Permalink
Merge pull request #18 from jonasvinther/feature/docker-image
Browse files Browse the repository at this point in the history
Fix docker repo name
  • Loading branch information
jonasvinther authored May 2, 2024
2 parents 426eae4 + 2d64d69 commit 97bd0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: nomoporator
IMAGE_NAME: ${{ github.repository }}

jobs:
build_release_image:
Expand Down

0 comments on commit 97bd0ae

Please sign in to comment.