Use docker.io CLI-only, ignore sync file changes
Some checks failed
Build ts6-viewer / build (push) Failing after 31s

This commit is contained in:
joshii 2026-03-15 18:41:25 +01:00
parent 98ef2a0b4e
commit a6d262ad14

View file

@ -3,6 +3,10 @@ name: Build ts6-viewer
on:
push:
branches: [main]
paths-ignore:
- '.forgejo/workflows/sync.yaml'
- '.forgejo/trigger'
workflow_dispatch:
jobs:
build:
@ -12,7 +16,7 @@ jobs:
run: git clone --depth 1 https://git.joshuahirsig.xyz/docker/ts6-viewer.git .
- name: Install Docker CLI
run: curl -fsSL https://get.docker.com | sh
run: apt-get update -qq && apt-get install -y -qq docker.io >/dev/null
- name: Build and push
run: |