Skip to content

Commit

Permalink
feat: 更新 github actions 配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolincku committed Jun 16, 2024
1 parent 1a6b51e commit d0c7e92
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/gradle-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,31 @@ jobs:
with:
platforms: linux/amd64

- uses: actions/checkout@v4
- name: Server Build and push Docker images
- uses: actions/checkout@v4

- name: Gateway Server Build and push Docker images
uses: docker/[email protected]
with:
file: Dockerfile-gateway
platforms: linux/amd64
tags: zerolinck/passiflora-gateway:latest
push: true

- name: System Server Build and push Docker images
uses: docker/[email protected]
with:
file: Dockerfile-system
platforms: linux/amd64
tags: zerolinck/passiflora-system:latest
push: true

- name: Storage Server Build and push Docker images
uses: docker/[email protected]
with:
file: Dockerfile-storage
platforms: linux/amd64
tags: zerolinck/passiflora-storage:latest
push: true

- name: UI Build and push Docker images
uses: docker/[email protected]
Expand Down

0 comments on commit d0c7e92

Please sign in to comment.