Skip to content

Commit

Permalink
add test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Feb 20, 2024
1 parent a8aceaf commit 5836425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# build and push anytime commits are merged to devel
branches:
- devel
- test
workflow_dispatch:

jobs:
Expand All @@ -27,9 +27,9 @@ jobs:
env:
DOCKER_BUILDKIT: 1
run: |
tox -e docker -- --tag=saltydk/awx-ee:dev
tox -e docker -- --tag=saltydk/awx-ee:test
- name: Push images
run: |
echo "${{ secrets.DOCKER_TOKEN }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker push saltydk/awx-ee:dev
docker push saltydk/awx-ee:test
2 changes: 1 addition & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ images:
dependencies:
ansible_core:
# Require minimum of 2.15 to get ansible-inventory --limit option
package_pip: ansible-core>=2.15.0rc2,<2.16
package_pip: ansible-core>=2.16,<2.17
ansible_runner:
package_pip: ansible-runner
galaxy: |
Expand Down

0 comments on commit 5836425

Please sign in to comment.