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: on:
push: push:

View File

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