Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
antlafarge committed Jul 16, 2024
1 parent 5e87a6b commit c94fc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: ${{ matrix.name }}
uses: docker/build-push-action@v6
with:
file: ${{ matrix.file }}
file: Dockerfile/${{ matrix.file }}
platforms: ${{ matrix.platforms }}
tags: ${{ env.IMAGE_NAME }}:dev-${{ matrix.name }}
push: true
Expand Down

0 comments on commit c94fc54

Please sign in to comment.