I mean, why Dockerfiles need to be in the root...?
Some checks are pending
CI/CD / build-and-test (push) Waiting to run

This commit is contained in:
Felipe Cotti 2024-10-29 20:30:25 -03:00
parent 1d9ae1667d
commit 14eeb845ea

View file

@ -29,6 +29,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
dockerfile: build/guestbooky-be/Dockerfile
push: true
tags: cotti/guestbooky-be:latest
env: