We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4870692 commit 86cd93fCopy full SHA for 86cd93f
1 file changed
.github/workflows/docker_build.yml
@@ -21,10 +21,18 @@ jobs:
21
registry: ghcr.io
22
username: ${{ github.actor }}
23
password: ${{ secrets.GITHUB_TOKEN }}
24
+
25
+ - name: Log in to Docker Hub
26
+ uses: docker/login-action@v3
27
+ with:
28
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
29
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
30
31
- name: Build and push the Docker image
32
uses: docker/build-push-action@v6
33
with:
34
context: .
35
push: true
- tags: ghcr.io/pixelweatherproject/pwmp-server:latest
36
+ tags: |
37
+ ghcr.io/pixelweatherproject/pwmp-server:latest
38
+ br0kenpixel/pwmp-server:latest
0 commit comments