Skip to content

Commit

Permalink
fix(ci): replace crazy-max/ghaction-docker meta with docker/metadata-…
Browse files Browse the repository at this point in the history
…action

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent b8eadbf commit a1bfeb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@ jobs:
- name: Docker meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1
uses: docker/metadata-action@v4
with:
# add each registry to which the image needs to be pushed here
images: |
${{ env.IMAGE_ORG }}/nfs-server-alpine
quay.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
ghcr.io/${{ env.IMAGE_ORG }}/nfs-server-alpine
tag-latest: true
tag-semver: |
{{version}}
tags: |
type=raw,value=latest,enable=true
type=raw,value={{version}}
- name: Print Tags
run: |
Expand Down

0 comments on commit a1bfeb0

Please sign in to comment.