Skip to content

Commit

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

0 comments on commit 8bfd635

Please sign in to comment.