fix urls
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Log in to Docker Registry
|
- name: Log in to Docker Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: gitea.maiertobi.de
|
registry: gitea.tobiasmaier.me
|
||||||
username: tobimai
|
username: tobimai
|
||||||
password: ${{ secrets.docker_registry_key }}
|
password: ${{ secrets.docker_registry_key }}
|
||||||
- name: Extract Version from Cargo.toml
|
- name: Extract Version from Cargo.toml
|
||||||
@@ -56,19 +56,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
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
|
- name: Build and Push Docker Image for minor version
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
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
|
- name: Build and Push Docker Image for major version
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
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