diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 505dfcf..d2ee0d5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -35,5 +35,5 @@ jobs: file: ./Dockerfile push: true tags: | # replace it with your local IP and tags - 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 }} + 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 }}