Skip to content

Commit

Permalink
Merge pull request #131 from seniors-project/Feature/#127
Browse files Browse the repository at this point in the history
Refactor : github actions workflow 수정 #127
  • Loading branch information
strangehoon authored Nov 27, 2023
2 parents 1232268 + f27a511 commit a35b97b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/GithubActions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
- name: web docker build and push
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_ACCESS_TOKEN }}
docker buildx build -t ${{ secrets.DOCKER_REPO }}/seniors .
docker push ${{ secrets.DOCKER_REPO }}/seniors
docker buildx build --push -t ${{ secrets.DOCKER_REPO }}/seniors .
## docker compose up
Expand Down

0 comments on commit a35b97b

Please sign in to comment.