Skip to content

Commit cb420be

Browse files
committed
update image tag
1 parent d603d97 commit cb420be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
build-and-push-image:
99
uses: ./.github/workflows/build-and-push.yml
1010
with:
11-
IMAGE_TAG: $GITHUB_SHA
11+
IMAGE_TAG: ${{ github.sha }}
1212
secrets:
1313
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1414

1515
deploy-to-eks:
1616
needs: build-and-push-image
1717
uses: ./.github/workflows/deploy-to-eks.yml
1818
with:
19-
IMAGE_TAG: $GITHUB_SHA
19+
IMAGE_TAG: ${{ github.sha }}
2020
secrets:
2121
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2222
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)