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 1027bcb commit 5930971Copy full SHA for 5930971
.github/workflows/docker-build.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
images: |
28
ghcr.io/${{ github.repository_owner }}/custompios
29
+ ${{ github.repository_owner }}/custompios
30
tags: |
31
type=ref,event=branch
32
type=ref,event=tag
@@ -40,6 +41,14 @@ jobs:
40
41
registry: ghcr.io
42
username: ${{ github.repository_owner }}
43
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
52
-
53
name: 🏗️ Build and push
54
id: docker_build
0 commit comments