Skip to content

Commit 728e1bf

Browse files
committed
ci: fix container tag name
Signed-off-by: Davide Cavalca <davide@cavalca.name>
1 parent 85ee912 commit 728e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/build-push-action@v6
2828
with:
2929
platforms: linux/amd64,linux/arm64
30-
tags: AsahiLinux/mkdocs-asahi:latest
30+
tags: ghcr.io/AsahiLinux/mkdocs-asahi:latest
3131
push: ${{ github.event_name != 'pull_request' }}
3232
cache-from: type=gha
3333
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)