changed push action
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user