This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch test-github-action
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/test-github-action by this
push:
new 8d6919e07 fix: build and push lake image error
8d6919e07 is described below
commit 8d6919e074504d4513724baee6d018fbeb63ede4
Author: abeizn <[email protected]>
AuthorDate: Thu Mar 30 14:49:32 2023 +0800
fix: build and push lake image error
---
.github/workflows/build.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f9ccc9dba..c563c9499 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -45,7 +45,6 @@ jobs:
push: true
target: builder
tags: ${{ secrets.DOCKERHUB_OWNER }}/devlake:amd64-builder
- file: ./backend/Dockerfile
platforms: linux/amd64
cache-from: ${{ secrets.DOCKERHUB_OWNER }}/devlake:amd64-builder
cache-to: ${{ secrets.DOCKERHUB_OWNER }}/devlake:amd64-builder
@@ -70,7 +69,6 @@ jobs:
push: true
target: base
tags: ${{ secrets.DOCKERHUB_OWNER }}/devlake:base
- file: ./backend/Dockerfile
platforms: linux/amd64,linux/arm64
cache-from: ${{ secrets.DOCKERHUB_OWNER }}/devlake:base
cache-to: ${{ secrets.DOCKERHUB_OWNER }}/devlake:base
@@ -106,7 +104,6 @@ jobs:
push: false
target: build
tags: ${{ secrets.DOCKERHUB_OWNER }}/devlake:build-cache-${{
matrix.platform }}
- file: ./backend/Dockerfile
platforms: linux/${{ matrix.platform }}
cache-from: ${{ secrets.DOCKERHUB_OWNER }}/devlake:amd64-builder
cache-to: type=local,mode=min,dest=/tmp/devlake-build-cache-${{
matrix.platform }}
@@ -155,7 +152,6 @@ jobs:
push: true
tags: ${{ steps.get_push_tags.outputs.TAGS }}
platforms: linux/amd64,linux/arm64
- file: ./backend/Dockerfile
cache-from: |
${{ secrets.DOCKERHUB_OWNER }}/devlake:amd64-builder
${{ secrets.DOCKERHUB_OWNER }}/devlake:base