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 d38cadc commit 9449bdd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/on_pr_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
working-directory: ./console/client
- name: Build
run: npm run build
working-directory: ./console/client
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -26,7 +16,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./console/client
file: ./console/client/Dockerfile.gha
tags: ${{ vars.DOCKER_ACCOUNT_NAME }}/bealink-console-client:${{ github.sha }}
push: true
build-console-server:
Expand Down

0 comments on commit 9449bdd

Please sign in to comment.