This commit is contained in:
@@ -16,8 +16,12 @@ jobs:
|
||||
- name: Build cross-platform versions (amd64 and arm64)
|
||||
run: |
|
||||
./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
|
||||
run: |
|
||||
./.runner/publish.sh
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user