Skip to content

Commit 3b9df3b

Browse files
authored
Merge pull request #396 from symflower/build-on-tag
Build container images on tagging releases
2 parents e5052f8 + 30783c7 commit 3b9df3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/job-container-image-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
images: |
2929
ghcr.io/symflower/eval-dev-quality
3030
tags: |
31-
type=raw,value={{ sha }}
3231
type=raw,value={{ branch }}
32+
type=raw,value={{ sha }}
33+
type=raw,value={{ tag }}
3334
type=raw,value=latest,enable={{ is_default_branch }}
3435
3536
- name: Build and push

0 commit comments

Comments
 (0)