Skip to content

Commit

Permalink
fix docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Oct 25, 2023
1 parent 8f6f6cb commit 9df03cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-backend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Push image
working-directory: ${{env.working-directory}}
run: |
ghcr.io/snuhcs-course/swpp-2023-project-team-13/backend-image:${GITHUB_SHA}
ghcr.io/snuhcs-course/swpp-2023-project-team-13/backend-image:latest
docker push ghcr.io/snuhcs-course/swpp-2023-project-team-13/backend-image:${GITHUB_SHA}
docker push ghcr.io/snuhcs-course/swpp-2023-project-team-13/backend-image:latest
deploy:
needs: push
name: 배포
Expand Down

0 comments on commit 9df03cb

Please sign in to comment.