Skip to content

Commit f120b7c

Browse files
authored
User Branch as Tag (with master-rule)
1 parent a671b94 commit f120b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: docker/build-push-action@v5
3434
with:
3535
context: .
36-
platforms: linux/amd64,linux/arm64
36+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3737
push: true
38-
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)