Skip to content

Commit

Permalink
modified: .github/workflows/ci_testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson committed Jun 18, 2024
1 parent 68cab44 commit d0bc4cf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
- name: podman login
run: podman login quay.io --username redhat_cop+github_action --password ${{ secrets.quay_token }}

- name: Docker login
uses: docker/login-action@v3
with:
registry: quay.io
username: redhat_cop+github_action
password: ${{ secrets.quay_token }}

- name: Build EE
run: ansible-playbook .github/tests/build_ee.yml -e "ee_registry_username=redhat_cop+github_action" -e "ee_registry_password=${{ secrets.quay_token }}" --connection=local -e "ee_registry_dest=quay.io/redhat_cop/config_as_code_ee" -vvv
env:
Expand Down

0 comments on commit d0bc4cf

Please sign in to comment.