Add support for OCI tarball url (#8184) #5490
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2022 the Kubeapps contributors. | |
# SPDX-License-Identifier: Apache-2.0 | |
--- | |
name: Main Pipeline | |
on: | |
push: | |
branches: | |
- main | |
tags-ignore: | |
- '*' | |
pull_request: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.head_ref || github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
CI: | |
uses: ./.github/workflows/kubeapps-general.yaml | |
secrets: inherit |