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 6daacb0 commit 70d51ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
working-directory: ./console/client
- name: Build Docker image
env:
DOCKER_ACCOUNT_NAME: ${{ env.DOCKER_ACCOUNT_NAME }}
DOCKER_ACCOUNT_NAME: ${{ vars.DOCKER_ACCOUNT_NAME }}
run: docker build --tag=${DOCKER_ACCOUNT_NAME}/bealink-console-client:${{ github.sha }} --file Dockerfile.gha ./console/client
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 70d51ec

Please sign in to comment.