Skip to content

Commit

Permalink
chore(ci): release version tagged container images.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Feb 12, 2024
1 parent d0f3086 commit 42155be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- '*'

env:
DOCKER_IMAGE: ghcr.io/onekey-sec/unblob
Expand Down Expand Up @@ -43,6 +45,7 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
type=semver,pattern={{version}}
type=sha
- name: Set up QEMU
Expand Down

0 comments on commit 42155be

Please sign in to comment.