Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump benc-uk/workflow-dispatch from 1 to 121 #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
docker push antrea/antrea-ubuntu-amd64:latest
- name: Trigger Antrea arm builds and multi-arch manifest update
if: ${{ github.repository == 'antrea-io/antrea' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
repo: vmware-tanzu/antrea-build-infra
ref: refs/heads/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker tag antrea/antrea-ubuntu:"${VERSION}" antrea/antrea-ubuntu-amd64:"${VERSION}"
docker push antrea/antrea-ubuntu-amd64:"${VERSION}"
- name: Trigger Antrea arm builds and multi-arch manifest update
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
repo: vmware-tanzu/antrea-build-infra
ref: refs/heads/main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/process_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,23 +276,23 @@ jobs:
version=${TAG:10}
echo "::set-output name=version::$version"
- name: Update website source
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
repo: antrea-io/website
ref: refs/heads/main
workflow: Update website source
token: ${{ secrets.ANTREA_WEBSITE_WORKFLOW_DISPATCH_PAT }}
inputs: ${{ format('{{ "antrea-repository":"antrea-io/antrea", "antrea-ref":"{0}" }}', steps.get-version.outputs.version) }}
- name: Update Helm index with Antrea archive
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
repo: antrea-io/website
ref: refs/heads/main
workflow: Update Helm index
token: ${{ secrets.ANTREA_WEBSITE_WORKFLOW_DISPATCH_PAT }}
inputs: ${{ format('{{ "archive-url":"https://github.com/antrea-io/antrea/releases/download/{0}/antrea-chart.tgz" }}', steps.get-version.outputs.version) }}
- name: Update Helm index with Flow Aggregator archive
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
repo: antrea-io/website
ref: refs/heads/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update website source
uses: benc-uk/workflow-dispatch@v1
uses: benc-uk/workflow-dispatch@v121
with:
repo: antrea-io/website
ref: refs/heads/main
Expand Down