Update docker-compose command to be compatible with V2 (#204) #6
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: Prow-Scripts Auto Push | |
on: | |
workflow_dispatch: | |
inputs: | |
test_list: | |
description: Only run tests that match the regular expression | |
default: "" | |
required: false | |
push: | |
branches: ['main'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Make push to Prow-Scripts | |
uses: redhat-chaos/actions/prow-scripts@main | |
with: | |
AUTOPUSH: ${{ secrets.AUTOPUSH }} | |