From a4908423340b751d8c720a89914755d7f9954019 Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:27:26 +0800 Subject: [PATCH] Update native-image.yml --- .github/workflows/native-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index 01bb280..310a441 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -41,6 +41,7 @@ jobs: file: ./Dockerfiles/Dockerfile.native push: true tags: | - yangclivia/gpt4-copilot-java:${{ steps.tag_name.outputs.tag }} + yangclivia/gpt4-copilot-java:${{ steps.tag_name.outputs.tag }}-native + yangclivia/gpt4-copilot-java:latest-native yangclivia/gpt4-copilot-java:latest platforms: linux/amd64,linux/arm64/v8