Skip to content

Commit

Permalink
Use full path for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jul 8, 2024
1 parent 4e7b996 commit 1a8fe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
type=sha
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -83,7 +83,7 @@ jobs:
# if: startsWith(needs.init.outputs.changeDirs, matrix.directory)
with:
context: ${{ matrix.directory }}
file: Dockerfile
file: ./${{ matrix.directory }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1a8fe5e

Please sign in to comment.