Skip to content

Commit

Permalink
Update build_deploy_ee.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson authored Jan 12, 2024
1 parent d503cf8 commit 8b89b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy_ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install Collections
run: ansible-galaxy collection install -f -r collections/requirements.yml
- name: Docker login
run: docker login -u="${{ env.quay_username }}+github_action" -p="${{ secrets.quay_token }}" quay.io
run: docker login -u="${{ vars.quay_username }}+github_action" -p="${{ secrets.quay_token }}" quay.io
- name: Run Ansible Playbook
run: ansible-playbook playbooks/build_ee.yml -i inventory_ci.yml -l dev -e "ee_registry_username=${{ env.quay_username }}+github_action" -e "ee_registry_password=${{ secrets.quay_token }}" --connection=local -e "ee_registry_dest=quay.io/${{ env.quay_username }}/config_as_code_ee" -vvv
run: ansible-playbook playbooks/build_ee.yml -i inventory_ci.yml -l dev -e "ee_registry_username=${{ vars.quay_username }}+github_action" -e "ee_registry_password=${{ secrets.quay_token }}" --connection=local -e "ee_registry_dest=quay.io/${{ vars.quay_username }}/config_as_code_ee" -vvv
env:
ANSIBLE_HOST_KEY_CHECKING: False
...

0 comments on commit 8b89b65

Please sign in to comment.