removed DOCKER_ORG
release-tag / build and push (push) Successful in 58s

This commit is contained in:
2024-08-19 10:29:45 +02:00
parent 1ac6b9f8df
commit 09ebab0161
+2 -3
View File
@@ -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 }}