We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c252e commit e1573f9Copy full SHA for e1573f9
.github/workflows/u24_element_tag_to_release.yml
@@ -0,0 +1,14 @@
1
+name: u24_element_tag_to_release
2
+on:
3
+ push:
4
+ tags:
5
+ - '*.*.*'
6
+ - 'test*.*.*'
7
+jobs:
8
+ call_context_check:
9
+ uses: dj-sciops/djsciops-cicd/.github/workflows/context_check.yaml@main
10
+ call_u24_elements_build_alpine:
11
+ uses: dj-sciops/djsciops-cicd/.github/workflows/u24_element_build.yaml@main
12
+ with:
13
+ py_ver: 3.9
14
+ image: djbase
0 commit comments