Skip to content

Commit 7db5400

Browse files
authored
ci: fx deploy ci
1 parent 1c53974 commit 7db5400

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/fix-ci.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
workshop-bot: patch
3+
---
4+
Fixed deploy CI

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags:
77
- workshop-bot-v*
88
pull_request:
9+
release:
910

1011
env:
1112
REGISTRY: ghcr.io
@@ -40,7 +41,7 @@ jobs:
4041
flavor: |
4142
latest=false
4243
tags: |
43-
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }}
44+
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/workshop-bot-v') }}
4445
type=edge,value=edge
4546
type=match,pattern=workshop-bot-v(.*),group=1
4647
type=ref,event=pr

0 commit comments

Comments
 (0)