We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe2a8e commit b433e44Copy full SHA for b433e44
.dockerignore
@@ -5,6 +5,7 @@
5
!/Cargo.lock
6
!/Cargo.toml
7
!/cli
8
+!/Dockerfile
9
!/schema
10
!/LICENSE-APACHE
11
!/LICENSE-MIT
.github/workflows/release.yaml
@@ -113,7 +113,6 @@ jobs:
113
114
- uses: docker/build-push-action@v6
115
with:
116
- context: .
117
platforms: linux/amd64,linux/arm64
118
push: true
119
tags: ${{ steps.meta.outputs.tags }}
0 commit comments