We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730880 commit 2b24eeeCopy full SHA for 2b24eee
1 file changed
.github/workflows/build.yaml
@@ -38,6 +38,7 @@ jobs:
38
uses: docker/build-push-action@v6
39
with:
40
context: .
41
+ file: Dockerfile.linux
42
push: ${{ github.event_name != 'pull_request' }}
43
tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
0 commit comments