Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Jun 2, 2024
1 parent f5a48a4 commit 7f601b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-containerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
packages: write

env:
IMAGE_NAME: ${{ inputs.isDev == true && 'ocw-social-mastodon-dev' || 'ocw-social-mastodon' }}
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ inputs.isDev == true && 'ocw-social-mastodon-dev' || 'ocw-social-mastodon' }}

jobs:
build:
Expand Down

0 comments on commit 7f601b1

Please sign in to comment.