Skip to content

Commit

Permalink
ci(bot): fix image name env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
smart7even committed Oct 31, 2023
1 parent d87f72b commit fd73fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
IMAGE_NAME: ghcr.io/<username>/<repository>/<image-name>
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}/bot

jobs:
build-and-push:
Expand Down

0 comments on commit fd73fa6

Please sign in to comment.