-
Notifications
You must be signed in to change notification settings - Fork 11
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 keptn/gh-automation action to v1.5.2 (#116)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
52eb798
commit 7fffed3
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ jobs: | |
|
||
- name: Docker Build | ||
id: docker_build | ||
uses: keptn/gh-automation/.github/actions/[email protected].1 | ||
uses: keptn/gh-automation/.github/actions/[email protected].2 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
TAGS: | | ||
|
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].1 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
|
||
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].1 | ||
uses: keptn/gh-automation/.github/actions/[email protected].2 | ||
with: | ||
TAGS: | | ||
ghcr.io/${{ github.repository_owner }}/${{ 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].1 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
|
||
docker_build: | ||
needs: [release] | ||
|
@@ -32,7 +32,7 @@ jobs: | |
env-file: .ci_env | ||
|
||
- name: Docker Build | ||
uses: keptn/gh-automation/.github/actions/[email protected].1 | ||
uses: keptn/gh-automation/.github/actions/[email protected].2 | ||
with: | ||
TAGS: | | ||
ghcr.io/${{ github.repository_owner }}/${{ 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].1 | ||
uses: keptn/gh-automation/.github/workflows/[email protected].2 | ||
with: | ||
# Configure which scopes are allowed. | ||
scopes: | | ||
|