Skip to content

Commit 75dce6d

Browse files
committed
fix: fix docker job
1 parent e33d408 commit 75dce6d

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/cd-docker.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ name: CD Build and publish multi arch Docker Image
55

66
on:
77
workflow_dispatch:
8-
workflow_run:
9-
workflows:
10-
- CD Release and Publish
11-
types:
12-
- completed
13-
branches:
14-
- main
8+
push:
9+
tags:
10+
- 'v*.*.*'
1511

1612
env:
1713
# The name of the Docker image to be built and pushed to GHCR

0 commit comments

Comments
 (0)