Skip to content

Commit 5930971

Browse files
authored
Add back docker hub
1 parent 1027bcb commit 5930971

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
images: |
2828
ghcr.io/${{ github.repository_owner }}/custompios
29+
${{ github.repository_owner }}/custompios
2930
tags: |
3031
type=ref,event=branch
3132
type=ref,event=tag
@@ -40,6 +41,14 @@ jobs:
4041
registry: ghcr.io
4142
username: ${{ github.repository_owner }}
4243
password: ${{ secrets.GITHUB_TOKEN }}
44+
45+
-
46+
name: 🔑Login to DockerHub
47+
uses: docker/login-action@v3
48+
with:
49+
username: ${{ secrets.DOCKERHUB_USERNAME }}
50+
password: ${{ secrets.DOCKERHUB_TOKEN }}
51+
registry: ghcr.io
4352
-
4453
name: 🏗️ Build and push
4554
id: docker_build

0 commit comments

Comments
 (0)