fix(ci): fix release builds not having any tags (#1507)

pull/1511/head
Gabe Cook 2 years ago committed by GitHub
parent 0020498c10
commit 836387cada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,9 +52,10 @@ jobs:
neosmemo/memos neosmemo/memos
ghcr.io/usememos/memos ghcr.io/usememos/memos
tags: | tags: |
type=semver,pattern={{version}} type=raw,value=latest
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{version}},value=${{ env.VERSION }}
type=semver,pattern={{major}} type=semver,pattern={{major}}.{{minor}},value=${{ env.VERSION }}
type=semver,pattern={{major}},value=${{ env.VERSION }}
- name: Build and Push - name: Build and Push
id: docker_build id: docker_build

Loading…
Cancel
Save