From e8cfca1d8d7375a9da91819147c7ed04d273e5aa Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 May 2024 21:23:19 -0400 Subject: [PATCH] Update build action - Attempt to place the package in the repo instead of my profile --- .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 6f20638..471bd44 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_VERSION }} - git.vpn.cusano.net/${{ vars.DOCKER_ORG }}/${{ 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_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