Skip to content

Commit 30783c7

Browse files
committed
Build container images on tagging releases
1 parent e5052f8 commit 30783c7

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)