Skip to content

Commit 823e58b

Browse files
committed
ci: publish tedge-container-bundle-main image
1 parent 01e4e1b commit 823e58b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ jobs:
3737

3838
- name: Publish images
3939
run: just publish registry ${{ inputs.VERSION || github.ref_name }}
40+
41+
- name: Publish image (tedge-main branch)
42+
env:
43+
IMAGE: tedge-container-bundle-main
44+
TEDGE_IMAGE: tedge-main
45+
TEDGE_TAG: latest
46+
run: just publish registry ${{ inputs.VERSION || github.ref_name }}

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set dotenv-load
22
set export
33

4-
IMAGE := "tedge-container-bundle"
4+
IMAGE := env_var_or_default("IMAGE", "tedge-container-bundle")
55
TEDGE_IMAGE := env_var_or_default("TEDGE_IMAGE", "tedge")
66
TEDGE_TAG := env_var_or_default("TEDGE_TAG", "1.4.2")
77

0 commit comments

Comments
 (0)