Skip to content

Commit

Permalink
Merge pull request #300 from imneov/feat/add-pr-action
Browse files Browse the repository at this point in the history
feat: add pr
  • Loading branch information
imneov authored Oct 26, 2022
2 parents 9e0f494 + a9e2460 commit 8c38f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
run: echo "GITHUB_SHA_SHORT=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_OUTPUT

- name: Test Tag
run: echo tkeelio/tkeel-alarm:pr${{ github.event.pull_request.id }}-${{ steps.git_sha.outputs.GITHUB_SHA_SHORT }}
run: echo tkeelio/core:pr${{ github.event.pull_request.id }}-${{ steps.git_sha.outputs.GITHUB_SHA_SHORT }}

- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: tkeelio/tkeel-alarm:pr${{ github.event.pull_request.number }}-${{ steps.git_sha.outputs.GITHUB_SHA_SHORT }}
tags: tkeelio/core:pr${{ github.event.pull_request.number }}-${{ steps.git_sha.outputs.GITHUB_SHA_SHORT }}


0 comments on commit 8c38f61

Please sign in to comment.