Fixed wrong dockerfile path
Build and Push Alpine Image / Build and push image (push) Failing after 18s
Details
Build and Push Alpine Image / Build and push image (push) Failing after 18s
Details
This commit is contained in:
parent
59b600cee9
commit
b67c7c9181
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: deploy/Dockerfile.fpm
|
file: Dockerfile
|
||||||
build-args: |
|
build-args: |
|
||||||
ALPINE_VERSION=3.19
|
ALPINE_VERSION=3.19
|
||||||
push: true
|
push: true
|
||||||
|
|
|
||||||
Reference in New Issue