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:
|
||||
push:
|
@ -4,10 +4,6 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
# Only for testing.
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
@ -74,17 +70,17 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- tag: firefox
|
||||
#- tag: chromium
|
||||
#- tag: google-chrome
|
||||
#- tag: ungoogled-chromium
|
||||
#- tag: microsoft-edge
|
||||
#- tag: brave
|
||||
#- tag: vivaldi
|
||||
#- tag: opera
|
||||
#- tag: tor-browser
|
||||
#- tag: remmina
|
||||
#- tag: vlc
|
||||
#- tag: xfce
|
||||
- tag: chromium
|
||||
- tag: google-chrome
|
||||
- tag: ungoogled-chromium
|
||||
- tag: microsoft-edge
|
||||
- tag: brave
|
||||
- tag: vivaldi
|
||||
- tag: opera
|
||||
- tag: tor-browser
|
||||
- tag: remmina
|
||||
- tag: vlc
|
||||
- tag: xfce
|
||||
env:
|
||||
TAG_NAME: ${{ matrix.tag }}
|
||||
DOCKERFILE: ${{ matrix.dockerfile }}
|
Loading…
x
Reference in New Issue
Block a user