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 2a9c700 commit e651736Copy full SHA for e651736
.github/workflows/docker-publish-main.yml
@@ -16,7 +16,7 @@ on:
16
env:
17
# Use docker.io for Docker Hub if empty
18
GITHUB_REGISTRY: ghcr.io
19
- # github.repository as <account>/<repo>
+ DOCKER_REGISTRY: docker.io
20
IMAGE_NAME: ${{ github.repository }}
21
22
jobs:
0 commit comments