Skip to content

Commit

Permalink
change workflow to v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
  • Loading branch information
sunya-ch committed Oct 26, 2023
1 parent f039a44 commit c720d72
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_push_concheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and push connection check image
on:
push:
branches:
- main
- v1.2.1
paths:
- connection-check/**
Expand Down Expand Up @@ -36,6 +35,5 @@ jobs:
context: connection-check
push: true
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:v${{ env.IMAGE_VERSION }}
file: ./connection-check/Dockerfile
3 changes: 0 additions & 3 deletions .github/workflows/build_push_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and push controller and its bundle image
on:
push:
branches:
- main
- v1.2.1
paths:
- controllers/**
Expand Down Expand Up @@ -61,7 +60,6 @@ jobs:
context: .
push: true
tags: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:v${{ env.VERSION }}
file: ./bundle.Dockerfile

Expand Down Expand Up @@ -93,6 +91,5 @@ jobs:
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ github.sha }}-${{ github.run_number }}
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:v${{ env.VERSION }}
file: ./Dockerfile
2 changes: 0 additions & 2 deletions .github/workflows/build_push_daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build and push daemon image
on:
push:
branches:
- main
- v1.2.1
paths:
- daemon/**
Expand Down Expand Up @@ -42,6 +41,5 @@ jobs:
push: true
tags: |
${{ env.IMAGE_NAME }}:${{ github.sha }}-${{ github.run_number }}
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:v${{ env.IMAGE_VERSION }}
file: ./daemon/dockerfiles/Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/daemon_unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Perform unittest for daemon
on:
pull_request:
branches:
- main
- v1.2.1
push:
paths:
- daemon/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: e2e test
on:
pull_request:
branches:
- main
- v1.2.1
push:
paths:
- controllers/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Perform unittest for controller
on:
pull_request:
branches:
- main
- v1.2.1
push:
paths:
- controllers/**
Expand Down

0 comments on commit c720d72

Please sign in to comment.