Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore: add image tags for semver (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranc1ngpegasus authored Aug 26, 2023
1 parent 850fe3e commit 41d9ca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
tags: |
type=raw,value=latest
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=sha,format=short,prefix=
- name: Login GitHub Packages
uses: docker/[email protected]
Expand Down

0 comments on commit 41d9ca5

Please sign in to comment.