remove unsused steps #113
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
name: Docker Image Publish Matrix (All) | ||
on: | ||
workflow_dispatch: | ||
workflow_call: | ||
push: | ||
branches: | ||
- master | ||
- develop | ||
tags: | ||
- tc_nightly* | ||
- tc_v*.*.* | ||
pull_request: | ||
branches: [ "master", "develop" ] | ||
jobs: | ||
debian: | ||
uses: ./.github/workflows/publish_docker_matrix_debian.yml | ||
Check failure on line 19 in .github/workflows/publish_docker_matrix.yml GitHub Actions / .github/workflows/publish_docker_matrix.ymlInvalid workflow file
|
||
ubuntu: | ||
uses: ./.github/workflows/publish_docker_matrix_ubuntu.yml | ||
alpine: | ||
uses: ./.github/workflows/publish_docker_matrix_alpine.yml |