Update .gitea/workflows/build_docker.yaml
All checks were successful
Build Project / test (push) Successful in 5m47s

This commit is contained in:
2025-11-02 16:12:07 +01:00
parent 8ad1813bb2
commit 9be4aedcab

View File

@@ -58,19 +58,19 @@ jobs:
with:
context: .
push: true
tags: gitea.maiertobi.de/tobimai/iot:${{ env.VERSION_PATCH }}
tags: gitea.tobiasmaier.me/tobimai/iot:${{ env.VERSION_PATCH }}
- name: Build and Push Docker Image for minor version
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: gitea.maiertobi.de/tobimai/iot:${{ env.VERSION_MINOR }}
tags: gitea.tobiasmaier.me/tobimai/iot:${{ env.VERSION_MINOR }}
- name: Build and Push Docker Image for major version
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: gitea.maiertobi.de/tobimai/iot:${{ env.VERSION_MAJOR }}
tags: gitea.tobiasmaier.me/tobimai/iot:${{ env.VERSION_MAJOR }}