Skip to content

Commit 91d9e86

Browse files
authored
fix(workflow): remove m-exporter from release hierarchy (#15)
* move m-exporter as dependent of libcstor repository in release tagging * update alpine version to 3.12.7 Signed-off-by: Akhil Mohan <[email protected]>
1 parent 0cdb53f commit 91d9e86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,5 @@ jobs:
132132
cstor
133133
libcstor
134134
dynamic-localpv-provisioner
135-
m-exporter
136135
# GR_TOKEN secret is the access token to perform github releases
137136
github-token: ${{ secrets.GR_TOKEN }}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12.6
1+
FROM alpine:3.12.7
22
RUN apk add --no-cache util-linux
33

44
ARG DBUILD_DATE

0 commit comments

Comments
 (0)