Skip to content

Commit

Permalink
Fix context for image build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-french committed Mar 30, 2024
1 parent 3edd9e6 commit 0b1fb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecr-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
uses: docker/build-push-action@v5
id: docker-build
with:
context: .
context: ./${{ matrix.image }}
platforms: linux/${{ matrix.arch }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 0b1fb64

Please sign in to comment.