From 87ba8403dbe78085825e9ccaf7775f7fe41a5634 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Sat, 22 Feb 2025 00:37:54 +0800 Subject: [PATCH] ci: optimize docker push order --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6479e85f..1f95fc12 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -111,10 +111,10 @@ jobs: build-args: | VERSION=${{ needs.info.outputs.version-without-v }} tags: | - docker.io/reajason/memshell-party:latest docker.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }} - ghcr.io/reajason/memshell-party:latest + docker.io/reajason/memshell-party:latest ghcr.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }} + ghcr.io/reajason/memshell-party:latest create-release: name: Create Release