mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 18:36:22 +02:00
fix image app dockerfile.
This commit is contained in:
parent
1acdbc9b43
commit
2f045e2c66
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image_app.yml
vendored
2
.github/workflows/image_app.yml
vendored
|
@ -68,7 +68,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: apps/${{ inputs.name }}
|
context: apps/${{ inputs.name }}
|
||||||
file: apps/${{ inputs.name }}/${ inputs.dockerfile || 'Dockerfile' }}
|
file: apps/${{ inputs.name }}/${{ inputs.dockerfile }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue