diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9e429b..71d447a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: # Will build all images even if some fail. fail-fast: false matrix: - tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, vivaldi, tor-browser, remmina, vlc, xfce ] + tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, vivaldi, opera, tor-browser, remmina, vlc, xfce ] env: DOCKER_TAG: ${{ matrix.tags }} steps: diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 26cbf32..0040942 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -80,6 +80,8 @@ jobs: platforms: linux/amd64 - tag: vivaldi platforms: linux/amd64 + - tag: opera + platforms: linux/amd64 - tag: tor-browser platforms: linux/amd64,linux/arm64 - tag: remmina