Update .gitea/workflows/build_docker.yaml
All checks were successful
Build Project / test (push) Successful in 5m47s
All checks were successful
Build Project / test (push) Successful in 5m47s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user