.gitea/workflows/pipeline.yml aktualisiert
This commit is contained in:
@@ -38,11 +38,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: ./website/
|
context: ./website/
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ gitea.server_url}}/${{gitea.repository_owner}}/camera-crawler_website:latest
|
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_website:latest
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ./crawler/
|
context: ./crawler/
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ gitea.server_url}}/${{gitea.repository_owner}}/camera-crawler_crawler:latest
|
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_crawler:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user