Skip to content

Commit 4dd7f8d

Browse files
committed
build common stuff beforehand
1 parent 7fd4ff9 commit 4dd7f8d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

38+
- name: Build and push
39+
uses: docker/build-push-action@v6
40+
with:
41+
context: .
42+
file: docker/Dockerfile
43+
push: false
44+
tags: build-common
45+
platforms: linux/amd64,linux/arm64
46+
3847
- name: Build API
3948
uses: ./.github/actions/build-app
4049
with:

0 commit comments

Comments
 (0)