Fix mastobot embed url
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m29s
Build & Release / deploy-to-production (push) Successful in 6s

This commit is contained in:
2026-02-18 18:33:38 +01:00
parent 0ebb992280
commit 2134eed508
2 changed files with 9 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
build-args: |
build-arg: |
VERSION=${{env.TAG}}
tags: |
${{secrets.DOCKER_REGISTRY}}/${{env.IMAGE}}:${{env.TAG}}