Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
M397749490 committed Aug 25, 2024
1 parent 981f899 commit 22abcd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/klpbbs-survey-backend:latest
cache-from: type=gha
cache-to: type=gha,mode=max
build_docker_ARC:
name: Build docker ARC
build_docker_acr:
name: Build docker ACR
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -50,7 +50,7 @@ jobs:
docker push registry.cn-guangzhou.aliyuncs.com/teamvastsea/klpbbs-survey-backend:latest
deploy:
name: Deploy
needs: [build_docker, build_docker_ARC]
needs: [build_docker, build_docker_acr]
runs-on: ubuntu-latest
steps:
- name: SSH To Host
Expand Down

0 comments on commit 22abcd7

Please sign in to comment.