changed push action
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
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:
|
with:
|
||||||
tag_name: ${{ gitea.ref }}
|
tag_name: ${{ gitea.ref }}
|
||||||
release_name: Release ${{ gitea.ref }}
|
release_name: Release ${{ gitea.ref }}
|
||||||
@@ -60,12 +60,17 @@ jobs:
|
|||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: ./website/
|
context: ./website/
|
||||||
|
file: ./Dockerfile
|
||||||
|
allow: network.host,security.insecure
|
||||||
push: true
|
push: true
|
||||||
tags: git.mnl-lab.de/${{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:
|
||||||
|
TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||||
context: ./crawler/
|
context: ./crawler/
|
||||||
|
file: ./Dockerfile
|
||||||
|
allow: network.host,security.insecure
|
||||||
push: true
|
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
|
||||||
Reference in New Issue
Block a user