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 10ebb9e commit a2d96f1Copy full SHA for a2d96f1
.github/workflows/feature-branch.yml
@@ -2,10 +2,10 @@ name: Feature branch workflow
2
3
on:
4
push:
5
- branches-ignore: [troubleshoot-eks]
+ branches-ignore: [main]
6
7
jobs:
8
- build-and-push-feature:
+ build-and-push-image:
9
uses: ./.github/workflows/build-and-push.yml
10
with:
11
IMAGE_TAG: $GITHUB_REF_NAME
.github/workflows/main-branch.yml
@@ -16,6 +16,7 @@ jobs:
16
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
17
18
deploy-to-eks:
19
+ needs: build-and-push-image
20
uses: ./.github/workflows/deploy-to-eks.yml
21
22
IMAGE_TAG: $GITHUB_SHA
0 commit comments