Retab
Some checks failed
Run tests / test (1.25) (push) Waiting to run
Run tests / build (push) Has been cancelled
Run tests / test (stable) (push) Has been cancelled

This commit is contained in:
2026-02-23 09:09:10 +01:00
parent f50f3d1d69
commit 043247018f
3 changed files with 13 additions and 11 deletions

View File

@@ -42,11 +42,13 @@ jobs:
run: go build -o build/ -v ./cmd/hamview-receiver
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Show env
run: env
- name: Log into Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.DEPLOY_USER }}
registry: ${{ vars.REGISTRY }}
username: ${{ vars.DEPLOY_USER }}
password: ${{ secrets.DEPLOY_TOKEN }}
- name: Build and push collector container
uses: docker/build-push-action@v6