Skip to content

Commit

Permalink
fix(ci): fix release builds not having any tags (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 authored and boojack committed Apr 10, 2023
1 parent ebb2c24 commit aa8264f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-push-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ jobs:
neosmemo/memos
ghcr.io/usememos/memos
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=latest
type=semver,pattern={{version}},value=${{ env.VERSION }}
type=semver,pattern={{major}}.{{minor}},value=${{ env.VERSION }}
type=semver,pattern={{major}},value=${{ env.VERSION }}
- name: Build and Push
id: docker_build
Expand Down

0 comments on commit aa8264f

Please sign in to comment.