Skip to content

Commit

Permalink
chore: 배치 ci/cd 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Aug 10, 2024
1 parent b865ffa commit b5c4f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/batch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Docker build and push
run: |
docker login -u $DOCKERHUB_USERNAME -p $DOCKERHUB_TOKEN
docker build -f entry/batch/Dockerfile -t $DOCKERHUB_USERNAME/DOCKERHUB_BATCH_IMAGE:latest .
docker build -f entry/batch/Dockerfile -t $DOCKERHUB_USERNAME/$DOCKERHUB_BATCH_IMAGE:latest .
docker push $DOCKERHUB_USERNAME/DOCKERHUB_BATCH_IMAGE:latest
- name: Get Public IP
Expand Down

0 comments on commit b5c4f82

Please sign in to comment.