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