Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
chore: update tags section
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Apr 6, 2022
1 parent 144c8ed commit 0d3d3b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push_tags_to_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
images: |
unleashorg/unleash-server
tags:
type=semver,pattern={{ version }},suffix=-${{ matrix.version }}
type=semver,pattern={{ major.minor }},suffix=-${{ matrix.version }}
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Login to docker hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 0d3d3b4

Please sign in to comment.