This commit is contained in:
@@ -16,8 +16,12 @@ jobs:
|
|||||||
- name: Build cross-platform versions (amd64 and arm64)
|
- name: Build cross-platform versions (amd64 and arm64)
|
||||||
run: |
|
run: |
|
||||||
./build.sh all
|
./build.sh all
|
||||||
|
- name: Login to Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: gitea.jde.nz
|
||||||
|
username: anything
|
||||||
|
password: ${{ secrets.PRIVATE_TOKEN }}
|
||||||
- name: Build and Push amd64 + arm64 Docker image to the registry
|
- name: Build and Push amd64 + arm64 Docker image to the registry
|
||||||
run: |
|
run: |
|
||||||
./.runner/publish.sh
|
./.runner/publish.sh
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user