Skip to content

Commit

Permalink
Change Docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba committed Apr 5, 2024
1 parent dc8f4d2 commit 3ba046d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
with:
push: true
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./distribution-spec/conformance/Dockerfile
context: ./distribution-spec/conformance
file: Dockerfile
platforms: linux/amd64,linux/arm64
tags: ghcr.io/spegel-org/conformance:${{ steps.prep.outputs.VERSION }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3ba046d

Please sign in to comment.