Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
Signed-off-by: mehabhalodiya <[email protected]>
  • Loading branch information
mehabhalodiya committed Apr 26, 2022
1 parent 0c06eba commit b0554e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,14 @@ jobs:
env-file: .ci_env

- name: Build and push
uses: docker/build-push-action@v2
uses: keptn/gh-automation/.github/actions/[email protected]
id: repo_slug
with:
context: .
push: true
tags: ghcr.io/${{ steps.repo_slug.outputs.result }}/${{ env.IMAGE }}:${{ env.VERSION }}
result-encoding: string
script: return '${{ github.repository_owner }}'.toLowerCase()

- id: report_docker_build_to_pr
name: Report Docker Build to PR
Expand Down

0 comments on commit b0554e9

Please sign in to comment.