Skip to content

Commit 196f5d8

Browse files
authored
fix(ci): replace crazy-max/ghaction-docker meta with docker/metadata-action (#180)
* chore: add @njuptlzf's change (PR #167) to the changelog Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> * fix(ci): replace crazy-max/ghaction-docker meta with docker/metadata-action Signed-off-by: Niladri Halder <niladri.halder26@gmail.com> --------- Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
1 parent ac5ccfc commit 196f5d8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,16 @@ jobs:
132132
133133
- name: Docker meta
134134
id: docker_meta
135-
uses: crazy-max/ghaction-docker-meta@v1
135+
uses: docker/metadata-action@v4
136136
with:
137137
# add each registry to which the image needs to be pushed here
138138
images: |
139139
${{ env.IMAGE_ORG }}/nfs-server-alpine
140140
quay.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
141141
ghcr.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
142-
tag-latest: true
143-
tag-semver: |
144-
{{version}}
142+
tags: |
143+
type=raw,value=latest,enable=true
144+
type=raw,value={{version}}
145145
146146
- name: Print Tags
147147
run: |

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* add support for specifying mountOptions to default StorageClass ([#164](https://github.com/openebs/dynamic-nfs-provisioner/pull/164),[@pentago](https://github.com/farcaller) [@dsharma-dc](https://github.com/dsharma-dc))
44
* update documentation on backend storage prerequisite ([#165](https://github.com/openebs/dynamic-nfs-provisioner/pull/165),[@matthew-williams](https://github.com/matthew-williams) [@dsharma-dc](https://github.com/dsharma-dc))
55
* update google analytics to use GA4 ([#174](https://github.com/openebs/dynamic-nfs-provisioner/pull/174),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait))
6-
6+
* add a toggle to allow/disallow garbage collection for the backend PVC ([#167](https://github.com/openebs/dynamic-nfs-provisioner/pull/167),[@njuptlzf](https://github.com/njuptlzf))
7+
78
0.10.0 / 2023-02-09
89
========================
910
* add original PVC context to the nfs server deployment labels ([#151](https://github.com/openebs/dynamic-nfs-provisioner/pull/151),[@farcaller](https://github.com/farcaller))

0 commit comments

Comments
 (0)