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 670315f commit 54a3cc2Copy full SHA for 54a3cc2
.github/workflows/docker.yml
@@ -64,6 +64,8 @@ jobs:
64
platforms: linux/amd64,linux/arm64
65
pull: true
66
push: true
67
+ sbom: true
68
+ provenance: mode=max
69
tags: ${{ steps.meta.outputs.tags }}
70
labels: ${{ steps.meta.outputs.labels }}
71
build-args: |
Dockerfile
@@ -27,7 +27,7 @@ FROM base AS builder
27
COPY Makefile .
28
RUN make js lib
29
ARG MAKEFLAGS=-j2
30
-RUN make all bin/lavinmq-debug
+RUN make all
31
32
# Resulting image with minimal layers
33
FROM ubuntu:24.04
0 commit comments