.gitea/workflows/pipeline.yml aktualisiert
This commit is contained in:
@@ -38,11 +38,11 @@ jobs:
|
||||
with:
|
||||
context: ./website/
|
||||
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
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: ./crawler/
|
||||
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