Skip to content

Commit

Permalink
add: mainにpush時のactions
Browse files Browse the repository at this point in the history
  • Loading branch information
bear-san committed Jun 11, 2024
1 parent 61da0ff commit 63832d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on_pr_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
context: ./linker
tags: ${{ vars.DOCKER_ACCOUNT_NAME }}/bealink-linker:${{ github.sha }}
push: true
modify-k8s-yaml:
needs:
- build-console-client
Expand Down Expand Up @@ -84,3 +85,4 @@ jobs:
gh pr create --title "Update docker image tag onto ${TAG}" --body "Update docker image tag onto ${TAG}" --base main --head update-bealink-to-${{ github.sha }} -r ${{ vars.INFRA_REVIEWER }}
env:
GITHUB_TOKEN: ${{ steps.auth_as_github_app.outputs.token }}
TAG: ${{ github.sha }}

0 comments on commit 63832d8

Please sign in to comment.