Fixed wrong dockerfile path
Build and Push Alpine Image / Build and push image (push) Failing after 18s Details

This commit is contained in:
Aditya Prima 2024-03-23 16:50:56 +07:00
parent 59b600cee9
commit b67c7c9181
1 changed files with 1 additions and 1 deletions

View File

@ -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