File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # Modifications Copyright (c) 2023 Ctrl IQ, Inc.
2
+ # Modifications Copyright (c) 2025 Ctrl IQ, Inc.
3
3
name : Build/Push Development Images
4
4
env :
5
5
LC_ALL : " C.UTF-8" # prevent ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
6
6
on :
7
7
workflow_dispatch :
8
8
push :
9
9
branches :
10
- - devel
11
- - jc_devel
10
+ - main
12
11
# - release_*
13
12
# - feature_*
14
13
jobs :
29
28
# - image-name: awx
30
29
# make-target: awx-kube-buildx
31
30
steps :
32
- - name : Skipping build of awx image for non-awx repository
31
+ - name : Skipping build of Ascender image for non-Ascender repository
33
32
run : |
34
- echo "Skipping build of awx image for non-awx repository"
33
+ echo "Skipping build of Ascender image for non-Ascender repository"
35
34
exit 0
36
35
if : matrix.build-targets.image-name == 'awx' && !endsWith(github.repository, '/ascender')
37
36
62
61
-e registry_username=${{ github.actor }} \
63
62
-e registry_password=${{ secrets.GITHUB_TOKEN }} \
64
63
-e awx_image=${{ github.repository }}_devel \
65
- -e awx_version=24 \
64
+ -e awx_version=${{ github.sha }} \
66
65
-e ansible_python_interpreter=$(which python3) \
67
66
-e push=yes \
68
67
-e awx_official=no
You can’t perform that action at this time.
0 commit comments