Skip to content

Commit

Permalink
chore(ci): disable downstream tagging for cStor and Jiva (#30)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
niladrih authored Dec 11, 2023
1 parent f42f137 commit d903da6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,12 @@ jobs:
with:
tag-name: ${{ github.ref }}
body: 'Release created from linux-utils'
# Disable downstream tagging for cStor and Jiva, as their latest tagged
# versions have diverged from that of dynamic-localpv
# repo: |
# jiva
# libcstor
repo: |
jiva
libcstor
dynamic-localpv-provisioner
# GR_TOKEN secret is the access token to perform github releases
github-token: ${{ secrets.GR_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14.8
FROM alpine:3.14.10

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

Expand Down

0 comments on commit d903da6

Please sign in to comment.