Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jan 25, 2024
1 parent 21df84f commit 04705ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
DOCKER_BUILDKIT: 1
run: |
tox -e docker
tox -e docker -- --tag=ghcr.io/arillso/kubernetes:${{ github.sha }}
- name: Login to DockerHub
uses: docker/login-action@v1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ allowlist_externals =
/bin/bash
docker
commands =
ansible-builder build -v3 -t quay.io/ansible/awx-ee {posargs} --container-runtime=docker
ansible-builder build -v3 -t quay.io/ansible/awx-ee {posargs} --container-runtime=docker --verbosity 2

0 comments on commit 04705ea

Please sign in to comment.