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

Commit

Permalink
fix: docker publish minor image (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gastón Fournier authored Aug 29, 2022
1 parent 705ae35 commit b440cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_tags_to_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
unleashorg/unleash-server
tags: |
type=semver,pattern={{ version }}
type=semver,pattern={{ major.minor }}
type=semver,pattern={{major}}
type=semver,pattern={{ major }}.{{ minor }}
type=semver,pattern={{ major }}
- name: Login to docker hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit b440cf6

Please sign in to comment.