Skip to content

Commit

Permalink
Issue #3448: try using the default context
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 18, 2024
1 parent d823c75 commit 76e9897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
if: steps.check.outputs.needs-updating == 'true'
uses: docker/build-push-action@v6
with:
context: .
file: {context}/otobo.web.dockerfile
file: otobo.web.dockerfile
load: true
tags: ${{ env.TEST_TAG }}

Expand Down

0 comments on commit 76e9897

Please sign in to comment.