diff --git a/.gitea/workflows/DRBv3_server_build.yaml b/.gitea/workflows/DRBv3_server_build.yaml index 6eb2bbc..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/${{ env.DOCKER_ORG }}/drb-server:${{ steps.meta.outputs.REPO_VERSION }} - git.vpn.cusano.net/${{ env.DOCKER_ORG }}/drb-server:${{ 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