Skip to content

Commit

Permalink
Workflow for client release
Browse files Browse the repository at this point in the history
  • Loading branch information
jebinjeb committed Aug 14, 2023
1 parent f4ac2ea commit eeb2d71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/agent-container-pr.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Container Agent Docker Image CI

on:
push:
paths-ignore:
- '**.md'
- 'charts/**'
branches:
- 'main'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
Expand Down Expand Up @@ -66,4 +58,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
10 changes: 1 addition & 9 deletions .github/workflows/agent-git-pr.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Git Agent Docker Image CI

on:
push:
paths-ignore:
- '**.md'
- 'charts/**'
branches:
- 'main'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
Expand Down Expand Up @@ -66,4 +58,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
10 changes: 1 addition & 9 deletions .github/workflows/agent-kubviz-pr.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Agent Docker Image CI

on:
push:
paths-ignore:
- '**.md'
- 'charts/**'
branches:
- 'main'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
Expand Down Expand Up @@ -66,4 +58,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
10 changes: 1 addition & 9 deletions .github/workflows/client-pr.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Client Docker Image CI

on:
push:
paths-ignore:
- '**.md'
- 'charts/**'
branches:
- 'main'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
Expand Down Expand Up @@ -66,4 +58,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"

0 comments on commit eeb2d71

Please sign in to comment.