Skip to content

Commit

Permalink
Fix Dockerfile path in
Browse files Browse the repository at this point in the history
publish_docker-images-beta.yml
  • Loading branch information
jaydrogers committed Nov 9, 2023
1 parent 7f8ce3c commit e708618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker-images-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/service_docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
dockerfile:
type: string
default: 'Dockerfile'
default: './Dockerfile'

jobs:
docker-publish:
Expand Down

0 comments on commit e708618

Please sign in to comment.