|
@@ -232,7 +232,7 @@ jobs:
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
with:
|
|
with:
|
|
context: ./dist
|
|
context: ./dist
|
|
- file: ./dist/Dockerfile
|
|
|
|
|
|
+ file: ./dist/demo.Dockerfile
|
|
platforms: linux/amd64
|
|
platforms: linux/amd64
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
push: ${{ github.event_name != 'pull_request' }}
|
|
tags: |
|
|
tags: |
|