Use docker.io CLI-only, ignore sync file changes
Some checks failed
Build ts6-viewer / build (push) Failing after 31s
Some checks failed
Build ts6-viewer / build (push) Failing after 31s
This commit is contained in:
parent
98ef2a0b4e
commit
a6d262ad14
1 changed files with 5 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue