Skip to content

Commit f24fa67

Browse files
committed
Merge branch 'CI_Pipe' of github.com:int2001/wavelog into CI_Pipe
2 parents 388d4bf + f120b7c commit f24fa67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Wavelog Image CI DEV
22

3-
on:
3+
on:
4+
push:
5+
branches:
6+
- 'CI_Pipe'
47
workflow_dispatch:
58

69
jobs:
@@ -30,6 +33,6 @@ jobs:
3033
uses: docker/build-push-action@v5
3134
with:
3235
context: .
33-
platforms: linux/amd64,linux/arm64
36+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3437
push: true
35-
tags: ghcr.io/int2001/wavelog:dev
38+
tags: ghcr.io/int2001/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}

0 commit comments

Comments
 (0)