We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ee912 commit 728e1bfCopy full SHA for 728e1bf
.github/workflows/container.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/build-push-action@v6
28
with:
29
platforms: linux/amd64,linux/arm64
30
- tags: AsahiLinux/mkdocs-asahi:latest
+ tags: ghcr.io/AsahiLinux/mkdocs-asahi:latest
31
push: ${{ github.event_name != 'pull_request' }}
32
cache-from: type=gha
33
cache-to: type=gha,mode=max
0 commit comments