Skip to content

Commit

Permalink
Publish major.minor docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler authored and vfusco committed Feb 24, 2022
1 parent ee4fdfc commit 95e13ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Login to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit 95e13ad

Please sign in to comment.