:-'Generic Commit'
All checks were successful
Build-Test-Publish / Build (push) Successful in 1m8s

This commit is contained in:
Your Name
2025-05-30 23:22:09 +12:00
parent 2ba000c46d
commit 08ac744dc1

View File

@@ -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