@@ -78,14 +78,14 @@ jobs:
|
||||
if: steps.changes.outputs.frontend == 'true'
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
file: frontend/Dockerfile
|
||||
file: Dockerfile
|
||||
context: "{{defaultContext}}:frontend"
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ${{ steps.frontend-meta.outputs.tags }}
|
||||
|
||||
# API
|
||||
- name: "[Frontend] Build and push"
|
||||
- name: "[API] Build and push"
|
||||
if: steps.changes.outputs.api == 'true'
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
if: steps.changes.outputs.bot == 'true'
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
file: telegram_bot/Dockerfile
|
||||
file: Dockerfile
|
||||
context: "{{defaultContext}}:telegram_bot"
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
|
Reference in New Issue
Block a user