mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
WIP.
This commit is contained in:
parent
56109df85f
commit
93b9ab1732
@ -1,4 +1,4 @@
|
|||||||
name: "CI for builds"
|
name: "build and push amd64 images to Docker Hub"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
@ -4,10 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
# Only for testing.
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- 'master'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
@ -74,17 +70,17 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- tag: firefox
|
- tag: firefox
|
||||||
#- tag: chromium
|
- tag: chromium
|
||||||
#- tag: google-chrome
|
- tag: google-chrome
|
||||||
#- tag: ungoogled-chromium
|
- tag: ungoogled-chromium
|
||||||
#- tag: microsoft-edge
|
- tag: microsoft-edge
|
||||||
#- tag: brave
|
- tag: brave
|
||||||
#- tag: vivaldi
|
- tag: vivaldi
|
||||||
#- tag: opera
|
- tag: opera
|
||||||
#- tag: tor-browser
|
- tag: tor-browser
|
||||||
#- tag: remmina
|
- tag: remmina
|
||||||
#- tag: vlc
|
- tag: vlc
|
||||||
#- tag: xfce
|
- tag: xfce
|
||||||
env:
|
env:
|
||||||
TAG_NAME: ${{ matrix.tag }}
|
TAG_NAME: ${{ matrix.tag }}
|
||||||
DOCKERFILE: ${{ matrix.dockerfile }}
|
DOCKERFILE: ${{ matrix.dockerfile }}
|
Loading…
x
Reference in New Issue
Block a user