Skip to content

Commit

Permalink
chore: Fix JVM image build for grpc-hello
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>
  • Loading branch information
lbroudoux committed Jun 13, 2024
1 parent 2f2916b commit a84c8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--builder=buildx-multi-arch \
--provenance=false \
--build-arg TAG=nightly \
--file src/main/docker/Dockerfile.native \
--file src/main/docker/Dockerfile.jvm \
--tag=quay.io/microcks/grpc-hello-world:nightly .
build-package-contract-testing:
Expand Down

0 comments on commit a84c8c1

Please sign in to comment.