From e6de0f44537c3f927adba3687b3e00cefb4e4f58 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 May 2024 21:30:47 -0400 Subject: [PATCH] Undo repo change - Does not add to the repo, changes the name --- .gitea/workflows/DRBv3_server_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/DRBv3_server_build.yaml b/.gitea/workflows/DRBv3_server_build.yaml index 471bd44..6f20638 100644 --- a/.gitea/workflows/DRBv3_server_build.yaml +++ b/.gitea/workflows/DRBv3_server_build.yaml @@ -52,5 +52,5 @@ jobs: linux/arm64 push: true tags: | # replace it with your local IP and tags - git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} - git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file + git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} + git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} \ No newline at end of file