Skip to content

Commit

Permalink
fix: Dockerhub tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Jan 15, 2025
1 parent 5848843 commit 7787831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
images: ctrlplane/cli
tags: |
type=raw,value=latest
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build Only
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 7787831

Please sign in to comment.