mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
ci: optimize docker push order
This commit is contained in:
@@ -111,10 +111,10 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ needs.info.outputs.version-without-v }}
|
VERSION=${{ needs.info.outputs.version-without-v }}
|
||||||
tags: |
|
tags: |
|
||||||
docker.io/reajason/memshell-party:latest
|
|
||||||
docker.io/reajason/memshell-party:${{ needs.info.outputs.version-without-v }}
|
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:${{ needs.info.outputs.version-without-v }}
|
||||||
|
ghcr.io/reajason/memshell-party:latest
|
||||||
|
|
||||||
create-release:
|
create-release:
|
||||||
name: Create Release
|
name: Create Release
|
||||||
|
|||||||
Reference in New Issue
Block a user