Skip to content

dockerfile: update Tailscale to 1.76.6 (#70) #137

dockerfile: update Tailscale to 1.76.6 (#70)

dockerfile: update Tailscale to 1.76.6 (#70) #137

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build extension
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build extension
run: make extension
env:
DOCKER_BUILDKIT: 1