This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Update dependencies (#302)
Signed-off-by: Raphael Ludwig <[email protected]>
- Loading branch information
Showing
15 changed files
with
304 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ defaults: | |
jobs: | ||
prepare_ci_run: | ||
name: Prepare CI Run | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].3 | ||
|
||
############################################################################ | ||
# Unit tests # | ||
|
@@ -52,7 +52,7 @@ jobs: | |
|
||
- name: Docker Build | ||
id: docker_build | ||
uses: keptn/gh-automation/.github/actions/[email protected].2 | ||
uses: keptn/gh-automation/.github/actions/[email protected].3 | ||
with: | ||
TAGS: | | ||
${{ env.DOCKER_ORGANIZATION }}/${{ env.IMAGE }}:${{ env.VERSION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
pre-release: | ||
needs: test | ||
name: Pre-Release | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].3 | ||
|
||
docker_build: | ||
needs: [pre-release] | ||
|
@@ -32,7 +32,7 @@ jobs: | |
env-file: .ci_env | ||
|
||
- name: Docker Build | ||
uses: keptn/gh-automation/.github/actions/[email protected].2 | ||
uses: keptn/gh-automation/.github/actions/[email protected].3 | ||
with: | ||
TAGS: | | ||
${{ env.DOCKER_ORGANIZATION }}/${{ env.IMAGE }}:${{ env.VERSION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
release: | ||
needs: test | ||
name: Release | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].3 | ||
|
||
docker_build: | ||
needs: [release] | ||
|
@@ -32,7 +32,7 @@ jobs: | |
env-file: .ci_env | ||
|
||
- name: Docker Build | ||
uses: keptn/gh-automation/.github/actions/[email protected].2 | ||
uses: keptn/gh-automation/.github/actions/[email protected].3 | ||
with: | ||
TAGS: | | ||
${{ env.DOCKER_ORGANIZATION }}/${{ env.IMAGE }}:${{ env.VERSION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
- synchronize | ||
jobs: | ||
validate: | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].3 | ||
with: | ||
# Configure which scopes are allowed. | ||
scopes: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.