Skip to content

Commit

Permalink
[KAN-42] es batch 작업
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed May 8, 2024
1 parent ae201be commit d556d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/es-batch-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Docker Build And Push
run: |
docker login -u ${{ secrets.USERNAME }} -p ${{ secrets.PASSWORD }}
docker build -t skku-es-batch .
docker build -f es.Dockerfile -t skku-es-batch .
docker tag skku-es-batch sinkyoungdeok/skku-es-batch
docker push sinkyoungdeok/skku-es-batch
- name: Deploy Prod
Expand Down

0 comments on commit d556d36

Please sign in to comment.