From da8014a48200b5adb414e8aaf280fe4e8d6b7d14 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Fri, 14 Jan 2022 15:58:38 +0800 Subject: [PATCH] feat(main): add latest image --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 876b3d6..041d367 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,3 +57,10 @@ jobs: -t ${DOCKER_REPO}:${{ steps.prepare.outputs.tag_name }} \ -f Dockerfile \ . + docker buildx build \ + --platform linux/amd64,linux/arm64 \ + --build-arg VERSION=latest \ + --push \ + -t ${DOCKER_REPO}:latest \ + -f Dockerfile \ + .