We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd4ff9 commit 4dd7f8dCopy full SHA for 4dd7f8d
1 file changed
.github/workflows/ci-build.yml
@@ -35,6 +35,15 @@ jobs:
35
username: ${{ github.actor }}
36
password: ${{ secrets.GITHUB_TOKEN }}
37
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
+
47
- name: Build API
48
uses: ./.github/actions/build-app
49
with:
0 commit comments