Skip to content

dockerfile: update Tailscale to 1.78.1 (#71) #139

dockerfile: update Tailscale to 1.78.1 (#71)

dockerfile: update Tailscale to 1.78.1 (#71) #139

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