Skip to content

Commit

Permalink
Issue #3448: try prepending the file with {context}
Browse files Browse the repository at this point in the history
just because the default value is documented as {context}/Dockerfile
  • Loading branch information
bschmalhofer committed Jul 18, 2024
1 parent 9d1871d commit d823c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: otobo.web.dockerfile
file: {context}/otobo.web.dockerfile
load: true
tags: ${{ env.TEST_TAG }}

Expand Down

0 comments on commit d823c75

Please sign in to comment.