diff --git a/.github/workflows/build-deploy-awx-ee.yml b/.github/workflows/build-deploy-awx-ee.yml index a7cd519a..3358291c 100644 --- a/.github/workflows/build-deploy-awx-ee.yml +++ b/.github/workflows/build-deploy-awx-ee.yml @@ -58,7 +58,7 @@ jobs: run: | pip install --upgrade ansible-builder ansible-builder create \ - --output-filename Dockerfile + --output-filename Dockerfile \ --verbosity 3 - name: Push the AWX-EE image