Remove filters from build-container-image job

This commit is contained in:
Micah Lee 2021-11-24 10:59:27 -08:00
parent c26c132243
commit 09f3f3364a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

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