File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 context : . # Build context is the current directory (where Dockerfile is located)
3030 push : true # Enable pushing the image to Docker Hub
3131 tags : |
32- ${{ secrets.DOCKER_USERNAME }}/eks-helm-client-test:latest # Tag with 'latest'
32+ ${{ secrets.DOCKER_USERNAME }}/eks-helm-client-test:latest
3333 ${{ secrets.DOCKER_USERNAME }}/eks-helm-client-test:${{ github.sha }}
3434 # build-args: |
3535 # K8_VERSION=1.30.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Security
22
33on :
44 push :
5- branches : [ main, develop ]
5+ branches : [ main ]
66 tags :
77 - ' v*.*.*'
88 pull_request :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
22
33on :
44 push :
5- branches : [ main, develop ]
5+ branches : [ main ]
66 tags :
77 - ' v*.*.*'
88 paths-ignore :
You can’t perform that action at this time.
0 commit comments