Skip to content

Commit

Permalink
Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aledangelo committed May 2, 2023
1 parent d75d3f7 commit 765ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.event.repository.name }}

jobs:
build-and-push-image:
Expand Down

0 comments on commit 765ee89

Please sign in to comment.