Merge branch 'CI_Pipe' of github.com:int2001/wavelog into CI_Pipe

This commit is contained in:
int2001
2024-04-16 06:16:16 +00:00

View File

@@ -1,6 +1,9 @@
name: Wavelog Image CI DEV
on:
on:
push:
branches:
- 'CI_Pipe'
workflow_dispatch:
jobs:
@@ -30,6 +33,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ghcr.io/int2001/wavelog:dev
tags: ghcr.io/int2001/wavelog:${{ github.ref_name == 'master' && 'latest' || github.ref_name }}