Login to Docker Registry too
Some checks failed
Test and build / Build (amd64, , linux) (push) Failing after 1m3s
Test and build / Build (arm, 6, linux) (push) Failing after 1m7s
Test and build / Build (arm, 7, linux) (push) Failing after 1m7s

This commit is contained in:
2026-02-23 16:28:15 +01:00
parent 5c39b26873
commit 4408534ef7

View File

@@ -68,7 +68,12 @@ jobs:
run: go build -o build/hamview-receiver.${{ matrix.goarch }}${{ matrix.goarm }} . && readlink -f build/hamview-receiver.${{ matrix.goarch }}${{ matrix.goarm }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log into Container Registry
- name: Log into Docker Container Registry
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Log into Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY }}