mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 18:22:37 +02:00
Remove filters from build-container-image job
This commit is contained in:
parent
c26c132243
commit
09f3f3364a
1 changed files with 1 additions and 6 deletions
|
@ -208,12 +208,7 @@ workflows:
|
||||||
build-tags:
|
build-tags:
|
||||||
jobs:
|
jobs:
|
||||||
# Build container image on every commit
|
# Build container image on every commit
|
||||||
- build-container-image:
|
- build-container-image
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /.*/
|
|
||||||
branches:
|
|
||||||
ignore: /.*/
|
|
||||||
|
|
||||||
# Ubuntu 21.10 (impish) not yet supported by packagecloud.io
|
# Ubuntu 21.10 (impish) not yet supported by packagecloud.io
|
||||||
# - build-ubuntu-impish:
|
# - build-ubuntu-impish:
|
||||||
|
|
Loading…
Reference in a new issue