Skip to content

Commit

Permalink
Merge pull request #6 from Dpbm/docker_images
Browse files Browse the repository at this point in the history
updated IMAGE_NAME
  • Loading branch information
Dpbm committed Oct 21, 2023
2 parents 036e663 + b5e2f26 commit 9cc5543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
NAMESPACE: ${{ secrets.DOCKERHUB_NAMESPACE }}
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.event.repository.name }}

jobs:
push_to_registry:
Expand Down

0 comments on commit 9cc5543

Please sign in to comment.