Skip to content

Commit 1a48bb3

Browse files
author
SAMI BETTAYEB
committed
✨ Publish to docker.io
Signed-off-by: SAMI BETTAYEB <[email protected]>
1 parent 51acb6f commit 1a48bb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty
20-
REGISTRY: ghcr.io
20+
REGISTRY: docker.io
2121
# github.repository as <account>/<repo>
2222
IMAGE_NAME: ${{ github.repository }}
2323

@@ -41,8 +41,8 @@ jobs:
4141
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
4242
with:
4343
registry: ${{ env.REGISTRY }}
44-
username: ${{ github.actor }}
45-
password: ${{ secrets.GITHUB_TOKEN }}
44+
username: ${{ secrets.DOCKERIO_USER }}
45+
password: ${{ secrets.DOCKERIO_TOKEN }}
4646

4747
# Extract metadata (tags, labels) for Docker
4848
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)