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 b51f606 commit ad5434cCopy full SHA for ad5434c
.github/workflows/build.yaml
@@ -58,6 +58,7 @@ jobs:
58
with:
59
images: |
60
ghcr.io/${{ github.repository_owner }}/void-${{ matrix.libc }}${{ matrix.variant }}
61
+ voidlinux/void-${{ matrix.libc }}${{ matrix.variant }}
62
tags: |
63
type=sha,prefix=
64
type=raw,value=latest,enable={{is_default_branch}}
@@ -86,6 +87,13 @@ jobs:
86
87
username: ${{ github.actor }}
88
password: ${{ secrets.GITHUB_TOKEN }}
89
90
+ - name: Login to DockerHub
91
+ if: github.event_name != 'pull_request'
92
+ uses: docker/login-action@v2
93
+ with:
94
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
95
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
96
+
97
- name: Build and push images
98
id: build_and_push
99
uses: docker/bake-action@v3
0 commit comments