Skip to content

Commit 03a895c

Browse files
author
Ale Ornelas
committed
ci: build latest
1 parent d880705 commit 03a895c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ghcr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- 'build/**'
89
tags:
910
- v*
1011
release:
@@ -61,6 +62,7 @@ jobs:
6162
type=ref,event=tag
6263
type=sha,enable=true,priority=100,prefix=sha-,suffix=,format=long
6364
type=edge,branch=main
65+
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
6466
6567
- name: Build and push
6668
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)