Skip to content

Commit

Permalink
add packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 5, 2023
1 parent 0d6ec25 commit 8da110f
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -9,12 +9,12 @@ on:

jobs:
build_and_push_latest:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Build and push latest tag from devel and on new commits
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9"

Expand Down
1 change: 1 addition & 0 deletions execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies:
python: |
git+https://github.com/ansible/ansible-sign
ncclient
packaging
paramiko
pykerberos
pyOpenSSL
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allowlist_externals =
podman
commands =
/bin/bash -c "podman rmi saltydk/awx-ee:dev || true"
ansible-builder build -v3 -t quay.io/ansible/awx-ee {posargs}
ansible-builder build -v3 -t saltydk/awx-ee {posargs}

[testenv:docker]
passenv = HOME,DOCKER_BUILDKIT
Expand Down

0 comments on commit 8da110f

Please sign in to comment.