Skip to content

Commit

Permalink
build with latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 5, 2023
1 parent 8da110f commit 7413d60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/issue_labeler.yml

This file was deleted.

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

[testenv:docker]
Expand All @@ -22,5 +22,5 @@ allowlist_externals =
/bin/bash
docker
commands =
/bin/bash -c "docker rmi saltydk/awx-ee:dev || true"
/bin/bash -c "docker rmi saltydk/awx-ee:latest || true"
ansible-builder build -v3 -t saltydk/awx-ee {posargs} --container-runtime=docker

0 comments on commit 7413d60

Please sign in to comment.