We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d603d97 commit cb420beCopy full SHA for cb420be
.github/workflows/main-branch.yml
@@ -8,15 +8,15 @@ jobs:
8
build-and-push-image:
9
uses: ./.github/workflows/build-and-push.yml
10
with:
11
- IMAGE_TAG: $GITHUB_SHA
+ IMAGE_TAG: ${{ github.sha }}
12
secrets:
13
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
14
15
deploy-to-eks:
16
needs: build-and-push-image
17
uses: ./.github/workflows/deploy-to-eks.yml
18
19
20
21
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
22
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments