Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update keptn/gh-automation action to v1.5.2 #116

Merged
merged 1 commit into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].1
uses: keptn/gh-automation/.github/actions/[email protected].2
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/[email protected].1
uses: keptn/gh-automation/.github/workflows/[email protected].2

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/[email protected].1
uses: keptn/gh-automation/.github/actions/[email protected].2
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/[email protected].1
uses: keptn/gh-automation/.github/workflows/[email protected].2

docker_build:
needs: [release]
Expand All @@ -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 }}
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/[email protected].1
uses: keptn/gh-automation/.github/workflows/[email protected].2
with:
# Configure which scopes are allowed.
scopes: |
Expand Down