Skip to content

Commit

Permalink
Fix image name in docker auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
ingria authored Jul 26, 2024
1 parent c1477af commit e0a502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flavor: |
latest=true
images: |
name=${{ github.repository_owner }}/ajax2mqtt
name=ghcr.io/${{ github.repository_owner }}/ajax2mqtt
tags: |
type=raw,value=${{ steps.version.outputs.value }}
Expand Down

0 comments on commit e0a502e

Please sign in to comment.