Skip to content

Commit 65df19a

Browse files
Update docker-image.yml
1 parent db4d9a8 commit 65df19a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ on:
88
env:
99
AWS_REGION: us-east-1
1010
EKS_CLUSTER_NAME: EKSCluster
11-
jobs:
1211

12+
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
16-
1715
steps:
1816
- uses: actions/checkout@v4
1917
- name: Maven Build
@@ -35,6 +33,9 @@ jobs:
3533
aws_default_region: us-east-1
3634
checkout: false
3735
aws_ecr_repo_name: 'hello-repo'
36+
deploy:
37+
runs-on: ubuntu-latest
38+
steps:
3839
- name: Deploy
3940
uses: cancue/eks-action@v0.0.2
4041
env:

0 commit comments

Comments
 (0)