提交 6a3a934a 编写于 作者: L liqingping

ci: update docker build

上级 1ab5b8ef
......@@ -57,6 +57,4 @@ jobs:
with:
go-version: 1.16
- name: Build Images
run: make dev-images
- name: Push Images
run: make docker-push
\ No newline at end of file
run: make build
\ No newline at end of file
......@@ -66,8 +66,6 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
env:
TARGET: ${{ matrix.target }}
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./
......@@ -76,7 +74,7 @@ jobs:
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
target: $TARGET
target: ${{ matrix.target }}
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册