changed push action
Gitea Actions Demo / build website (push) Failing after 9m1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Create Release (push) Successful in 4s

This commit is contained in:
2026-04-21 08:36:25 +02:00
parent bbaa7e0886
commit 27132df466
+7 -2
View File
@@ -32,7 +32,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ gitea.ref }}
release_name: Release ${{ gitea.ref }}
@@ -60,12 +60,17 @@ jobs:
uses: docker/build-push-action@v7
with:
context: ./website/
file: ./Dockerfile
allow: network.host,security.insecure
push: true
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_website:latest
- name: Build and push
uses: docker/build-push-action@v7
with:
TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
context: ./crawler/
file: ./Dockerfile
allow: network.host,security.insecure
push: true
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_crawler:latest
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_crawler:latest