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

22 lines
513 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: apt update && apt -y install nodejs
- 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