From e708618e002210efe1d743b367650e72b92e76a5 Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Thu, 9 Nov 2023 10:34:28 -0600 Subject: [PATCH] Fix Dockerfile path in publish_docker-images-beta.yml --- .github/workflows/publish_docker-images-beta.yml | 2 +- .github/workflows/service_docker-build-and-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docker-images-beta.yml b/.github/workflows/publish_docker-images-beta.yml index 162ac4db..afb86000 100644 --- a/.github/workflows/publish_docker-images-beta.yml +++ b/.github/workflows/publish_docker-images-beta.yml @@ -15,5 +15,5 @@ jobs: uses: ./.github/workflows/service_docker-build-and-publish.yml with: docker-tags: "serversideup/financial-freedom:beta" - dockerfile: "Dockerfile.php" + dockerfile: "./Dockerfile.php" secrets: inherit \ No newline at end of file diff --git a/.github/workflows/service_docker-build-and-publish.yml b/.github/workflows/service_docker-build-and-publish.yml index 34c03d93..030713d2 100644 --- a/.github/workflows/service_docker-build-and-publish.yml +++ b/.github/workflows/service_docker-build-and-publish.yml @@ -9,7 +9,7 @@ on: type: string dockerfile: type: string - default: 'Dockerfile' + default: './Dockerfile' jobs: docker-publish: