Skip to content

Commit

Permalink
Issue #3448: try setting the Dockerfile when setting up BuildKit
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 18, 2024
1 parent 3e6bdf8 commit e93a931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_image_update_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
file: otobo.web.dockerfile

-
# build the image, not pushing yet, no pushing as DockerHub access is not set up yet
Expand All @@ -44,7 +46,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: otobo.web.dockerfile
load: true
tags: ${{ env.TEST_TAG }}

Expand Down

0 comments on commit e93a931

Please sign in to comment.