Skip to content

Commit

Permalink
Simplify IMAGE_NAME variable in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfittko committed Sep 16, 2024
1 parent c8287a6 commit 0856746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sofatutor_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.event.repository.owner.name }}/pullpreview
IMAGE_NAME: ${{ github.repository_owner }}/${{ github.repository }}

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

0 comments on commit 0856746

Please sign in to comment.