Skip to content

Commit

Permalink
Fix GH action docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbres committed Dec 7, 2024
1 parent 308a0d4 commit 008bcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build and Push Image
uses: docker/build-push-action@v5
with:
context: src/UptimeKumaRemoteProbe
context: .
file: src/UptimeKumaRemoteProbe/Dockerfile.multiarch
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 008bcee

Please sign in to comment.