Automate docker build #1

Merged
audrey merged 7 commits from action into main 2025-04-03 13:59:06 +00:00
Showing only changes of commit b5c3e8e3fb - Show all commits

View File

@ -46,6 +46,6 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
gitea.jv.com/${{ env.DOCKER_ORG }}/${{ steps.tagger.outputs.REPO_NAME }}:${{ steps.tagger.outputs.REPO_VERSION}} ${{ emv.DOCKER_REGISTRY_URL }}/${{ env.DOCKER_ORG }}/${{ steps.tagger.outputs.REPO_NAME }}:${{ steps.tagger.outputs.REPO_VERSION}}
gitea.jv.com/${{ env.DOCKER_ORG }}/${{ steps.tagger.outputs.REPO_NAME }}:latest ${{ emv.DOCKER_REGISTRY_URL }}/${{ env.DOCKER_ORG }}/${{ steps.tagger.outputs.REPO_NAME }}:latest