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

22 lines
495 B
YAML

name: Build & Push Linode Webhook
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
container: golang:1.24
steps:
- name: Install node and go
run: apk add nodejs go
- 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