ci: optimize docker push order

This commit is contained in:
ReaJason
2025-02-23 02:33:09 +08:00
parent 185be332a5
commit 87ba8403db
+2 -2
View File
@@ -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