Skip to content

Commit

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 26, 2022
1 parent 8e479bb commit 17852aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.0
uses: keptn/gh-automation/.github/actions/docker-build@v1.4.1
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.0
uses: keptn/gh-automation/.github/workflows/pre-release-integration.yml@v1.4.1

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.0
uses: keptn/gh-automation/.github/actions/docker-build@v1.4.1
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.0
uses: keptn/gh-automation/.github/workflows/release-integration.yml@v1.4.1

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.0
uses: keptn/gh-automation/.github/actions/docker-build@v1.4.1
with:
TAGS: |
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE }}:${{ env.VERSION }}
Expand Down

0 comments on commit 17852aa

Please sign in to comment.