Skip to content

Commit

Permalink
fixing build context
Browse files Browse the repository at this point in the history
  • Loading branch information
thirtytwobits committed Apr 4, 2024
1 parent e845e3e commit 2d9e66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolshed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: build
uses: docker/build-push-action@v5
with:
context: .
context: toolshed
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ github.event_name == 'pull_request' && 'false' || 'true' }}
Expand Down

0 comments on commit 2d9e66c

Please sign in to comment.