Archived
2
0
This commit is contained in:
Miroslav Šedivý 2023-01-15 20:26:06 +01:00
parent 56109df85f
commit 93b9ab1732
4 changed files with 12 additions and 16 deletions

View File

@ -1,4 +1,4 @@
name: "CI for builds"
name: "build and push amd64 images to Docker Hub"
on:
push:

View File

@ -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 }}