Skip to content

Commit

Permalink
Fix git tag docker image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
indiebrain committed Dec 20, 2023
1 parent 87ebb12 commit 36b8c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ jobs:
with:
images: powerhome/redis-operator
tags: |
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{raw}}
type=sha,prefix=,suffix=,format=long
- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v1.8.0-rc2
VERSION := v1.8.0-rc3

# Name of this service/application
SERVICE_NAME := redis-operator
Expand Down

0 comments on commit 36b8c3b

Please sign in to comment.