From a00871bcb28fb558c2e4ad386614f60cecbe6242 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Tue, 25 Feb 2025 00:14:24 +0800 Subject: [PATCH] ci: rm useless arg --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 971cdd8d..9009cbd2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -112,8 +112,6 @@ jobs: context: boot platforms: linux/amd64,linux/arm64 push: true - build-args: | - VERSION=${{ needs.info.outputs.version-without-v }} tags: | docker.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }} docker.io/reajason/memshell-party:latest