From e3a3f2172175c4e79cf13cbe04856c6ec430b35d Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Thu, 26 Mar 2026 20:18:11 +0800 Subject: [PATCH] renamed docker image tags --- .gitea/workflows/build.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 868c01c..49eda0d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -32,8 +32,8 @@ jobs: push: true pull: true tags: | - gitea.woggioni.net/woggioni/rbcs:vanilla - gitea.woggioni.net/woggioni/rbcs:vanilla-${{ steps.retrieve-version.outputs.VERSION }} + gitea.woggioni.net/woggioni/rbcs:latest + gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }} target: release-vanilla - name: Build rbcs memcache Docker image @@ -45,10 +45,8 @@ jobs: push: true pull: true tags: | - gitea.woggioni.net/woggioni/rbcs:latest - gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }} gitea.woggioni.net/woggioni/rbcs:memcache - gitea.woggioni.net/woggioni/rbcs:memcache-${{ steps.retrieve-version.outputs.VERSION }} + gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }}-memcache target: release-memcache - name: Build rbcs redis Docker image @@ -60,10 +58,8 @@ jobs: push: true pull: true tags: | - gitea.woggioni.net/woggioni/rbcs:latest - gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }} gitea.woggioni.net/woggioni/rbcs:redis - gitea.woggioni.net/woggioni/rbcs:redis-${{ steps.retrieve-version.outputs.VERSION }} + gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }}-redis target: release-redis - name: Build rbcs native Docker image @@ -76,7 +72,7 @@ jobs: pull: true tags: | gitea.woggioni.net/woggioni/rbcs:native - gitea.woggioni.net/woggioni/rbcs:native-${{ steps.retrieve-version.outputs.VERSION }} + gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }}-native target: release-native - name: Build rbcs jlink Docker image @@ -89,7 +85,7 @@ jobs: pull: true tags: | gitea.woggioni.net/woggioni/rbcs:jlink - gitea.woggioni.net/woggioni/rbcs:jlink-${{ steps.retrieve-version.outputs.VERSION }}-jlink + gitea.woggioni.net/woggioni/rbcs:${{ steps.retrieve-version.outputs.VERSION }}-jlink target: release-jlink - name: Publish artifacts env: