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