Skip to content

Commit 3c3ec11

Browse files
authored
Update to use main branch, as devel is deprecated (#122)
* Update to use main branch, as devel is deprecated * Change to latest SHA
1 parent 905f77b commit 3c3ec11

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/devel_images.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
# Modifications Copyright (c) 2023 Ctrl IQ, Inc.
2+
# Modifications Copyright (c) 2025 Ctrl IQ, Inc.
33
name: Build/Push Development Images
44
env:
55
LC_ALL: "C.UTF-8" # prevent ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
66
on:
77
workflow_dispatch:
88
push:
99
branches:
10-
- devel
11-
- jc_devel
10+
- main
1211
# - release_*
1312
# - feature_*
1413
jobs:
@@ -29,9 +28,9 @@ jobs:
2928
#- image-name: awx
3029
# make-target: awx-kube-buildx
3130
steps:
32-
- name: Skipping build of awx image for non-awx repository
31+
- name: Skipping build of Ascender image for non-Ascender repository
3332
run: |
34-
echo "Skipping build of awx image for non-awx repository"
33+
echo "Skipping build of Ascender image for non-Ascender repository"
3534
exit 0
3635
if: matrix.build-targets.image-name == 'awx' && !endsWith(github.repository, '/ascender')
3736

@@ -62,7 +61,7 @@ jobs:
6261
-e registry_username=${{ github.actor }} \
6362
-e registry_password=${{ secrets.GITHUB_TOKEN }} \
6463
-e awx_image=${{ github.repository }}_devel \
65-
-e awx_version=24 \
64+
-e awx_version=${{ github.sha }} \
6665
-e ansible_python_interpreter=$(which python3) \
6766
-e push=yes \
6867
-e awx_official=no

0 commit comments

Comments
 (0)