Skip to content

Commit

Permalink
removing edge, from release docker names (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jun 6, 2022
1 parent cdbd5e1 commit 749c40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: publish dockers
run: |
for i in redis-stack redis-stack-server; do
docker pull redisfab/${i}:${{ steps.get_version.outputs.VERSION}}-edge
docker tag redisfab/${i}:${{ steps.get_version.outputs.VERSION}}-edge redis/${i}:${{steps.get_version.outputs.VERSION}}
docker pull redisfab/${i}:${{ steps.get_version.outputs.VERSION}}
docker tag redisfab/${i}:${{ steps.get_version.outputs.VERSION}} redis/${i}:${{steps.get_version.outputs.VERSION}}
docker push redis/${i}:${{ steps.get_version.outputs.VERSION}}
done

0 comments on commit 749c40e

Please sign in to comment.