Skip to content

Commit

Permalink
Merge pull request #762 from onekey-sec/docker-tag-release
Browse files Browse the repository at this point in the history
chore(ci): release version tagged container images.
  • Loading branch information
qkaiser authored Feb 13, 2024
2 parents d0f3086 + 42155be commit c3e1ac5
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 c3e1ac5

Please sign in to comment.