Skip to content

Commit

Permalink
fix(pipelines): path manifests (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-lx authored Nov 30, 2021
1 parent e22a626 commit 696db91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
COMPONENT: authentication-service
COMPONENT_PATH: contrib
COMPONENT_PATH: apps

PRIVATE_ECR_ACCESSKEYID: ${{ secrets.AWS_ECR_ACCESSKEYID }}
PRIVATE_ECR_SECRETACCESSKEY: ${{ secrets.AWS_ECR_SECRETACCESSKEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/released.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
COMPONENT: authentication-service
COMPONENT_PATH: contrib
COMPONENT_PATH: apps

PRIVATE_ECR_ACCESSKEYID: ${{ secrets.AWS_ECR_ACCESSKEYID }}
PRIVATE_ECR_SECRETACCESSKEY: ${{ secrets.AWS_ECR_SECRETACCESSKEY }}
Expand Down

0 comments on commit 696db91

Please sign in to comment.