Skip to content

Commit 3e621f0

Browse files
committed
remove copy paste error
1 parent a990883 commit 3e621f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
uses: docker/build-push-action@v5
201201
with:
202202
context: .
203-
file: Dockerfile.jvm
203+
file: Dockerfile
204204
platforms: linux/amd64,linux/arm64
205205
push: true
206206
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)