Files
unifi-network-operator/.gitea/workflows/docker-build.yaml
Vegard Engen b9b775154a
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 3s
fix
2025-06-24 01:30:36 +02:00

20 lines
428 B
YAML

name: Build & Push Linode Webhook
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container: golang:1.24
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: ssh repo
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Build
run: go build cmd/main.go