Skip to content

Commit

Permalink
build(deps): update keptn/gh-automation action to v1.6.0 (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2022
1 parent 81e448e commit 5d6e811
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 @@ -138,7 +138,7 @@ jobs:

- name: Docker Build
id: docker_build
uses: keptn/gh-automation/.github/actions/docker-build@v1.5.3
uses: keptn/gh-automation/.github/actions/docker-build@v1.6.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.5.3
uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.6.0

docker_build:
needs: [pre-release]
Expand All @@ -39,7 +39,7 @@ jobs:
script: return '${{ github.repository_owner }}'.toLowerCase()

- name: Docker Build
uses: keptn/gh-automation/.github/actions/docker-build@v1.5.3
uses: keptn/gh-automation/.github/actions/docker-build@v1.6.0
with:
TAGS: |
ghcr.io/${{ steps.repo_slug.outputs.result }}/${{ 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.5.3
uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.6.0

docker_build:
needs: [release]
Expand All @@ -39,7 +39,7 @@ jobs:
script: return '${{ github.repository_owner }}'.toLowerCase()

- name: Docker Build
uses: keptn/gh-automation/.github/actions/docker-build@v1.5.3
uses: keptn/gh-automation/.github/actions/docker-build@v1.6.0
with:
TAGS: |
ghcr.io/${{ steps.repo_slug.outputs.result }}/${{ 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.5.3
uses: keptn/gh-automation/.github/workflows/validate-semantic-pr.yml@v1.6.0
with:
# Configure which scopes are allowed.
scopes: |
Expand Down

0 comments on commit 5d6e811

Please sign in to comment.