Use Gitea actions instead of woodpecker #2
This commit is contained in:
@@ -79,6 +79,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: frontend/Dockerfile
|
file: frontend/Dockerfile
|
||||||
|
context: "{{defaultContext}}:frontend"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.frontend-meta.outputs.tags }}
|
tags: ${{ steps.frontend-meta.outputs.tags }}
|
||||||
@@ -89,6 +90,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: api/Dockerfile
|
file: api/Dockerfile
|
||||||
|
context: "{{defaultContext}}:api"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.api-meta.outputs.tags }}
|
tags: ${{ steps.api-meta.outputs.tags }}
|
||||||
@@ -99,6 +101,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: telegram_bot/Dockerfile
|
file: telegram_bot/Dockerfile
|
||||||
|
context: "{{defaultContext}}:telegram_bot"
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.bot-meta.outputs.tags }}
|
tags: ${{ steps.bot-meta.outputs.tags }}
|
Reference in New Issue
Block a user