Skip to content

Commit d903da6

Browse files
authored
chore(ci): disable downstream tagging for cStor and Jiva (#30)
* chore(ci): disable downstream tagging for cStor and Jiva Signed-off-by: Niladri Halder <[email protected]> * fix(build): update alpine base image to v3.14.10 Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Niladri Halder <[email protected]>
1 parent f42f137 commit d903da6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,12 @@ jobs:
135135
with:
136136
tag-name: ${{ github.ref }}
137137
body: 'Release created from linux-utils'
138+
# Disable downstream tagging for cStor and Jiva, as their latest tagged
139+
# versions have diverged from that of dynamic-localpv
140+
# repo: |
141+
# jiva
142+
# libcstor
138143
repo: |
139-
jiva
140-
libcstor
141144
dynamic-localpv-provisioner
142145
# GR_TOKEN secret is the access token to perform github releases
143146
github-token: ${{ secrets.GR_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.14.8
1+
FROM alpine:3.14.10
22

33
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper e2fsprogs-extra quota-tools
44

0 commit comments

Comments
 (0)