From 09ebab0161dab705448dfcd47a36b916d9646516 Mon Sep 17 00:00:00 2001 From: caelebfi Date: Mon, 19 Aug 2024 10:29:45 +0200 Subject: [PATCH] removed DOCKER_ORG --- .gitea/workflows/build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4a58af6..cb32668 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,6 @@ jobs: container: image: catthehacker/ubuntu:act-latest env: - DOCKER_ORG: teacup DOCKER_LATEST: nightly RUNNER_TOOL_CACHE: /toolcache steps: @@ -39,5 +38,5 @@ jobs: file: ./Dockerfile push: true tags: | # replace it with your local IP and tags - harbor.solusar.de/library/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} - harbor.solusar.de/library/${{ env.DOCKER_ORG }}/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }} + harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }} + harbor.solusar.de/library/${{ steps.meta.outputs.REPO_NAME }}:${{ env.DOCKER_LATEST }}