Skip to content

Commit 91d1295

Browse files
🔧 Update all scripts to debug from beg
1 parent 742eb89 commit 91d1295

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main ]
66
tags:
77
- 'v*.*.*'
88
pull_request:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test
22

33
on:
44
push:
5-
branches: [ main, develop ]
5+
branches: [ main ]
66
tags:
77
- 'v*.*.*'
88
paths-ignore:

0 commit comments

Comments
 (0)