Skip to content

Commit

Permalink
build(deps): update keptn/gh-automation action to v1.5.0 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 3, 2022
1 parent a4f3405 commit 4cc1553
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Docker Build
id: docker_build
uses: keptn/gh-automation/.github/actions/docker-build@v1.4.1
uses: keptn/gh-automation/.github/actions/docker-build@v1.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAGS: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pre-release:
needs: test
name: Pre-Release
uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.4.1
uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.5.0

docker_build:
needs: [pre-release]
Expand All @@ -32,7 +32,7 @@ jobs:
env-file: .ci_env

- name: Docker Build
uses: keptn/gh-automation/.github/actions/docker-build@v1.4.1
uses: keptn/gh-automation/.github/actions/docker-build@v1.5.0
with:
TAGS: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release:
needs: test
name: Release
uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.4.1
uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.5.0

docker_build:
needs: [release]
Expand All @@ -32,7 +32,7 @@ jobs:
env-file: .ci_env

- name: Docker Build
uses: keptn/gh-automation/.github/actions/docker-build@v1.4.1
uses: keptn/gh-automation/.github/actions/docker-build@v1.5.0
with:
TAGS: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize
jobs:
validate:
uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@v1.4.1
uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@v1.5.0
with:
# Configure which scopes are allowed.
scopes: |
Expand Down

0 comments on commit 4cc1553

Please sign in to comment.