Skip to content

Commit

Permalink
testing on branch (#142)
Browse files Browse the repository at this point in the history
* testing a new build

* updating docker login action to v3

---------

Co-authored-by: David Danielsson <ddaniels@redhat.com>
  • Loading branch information
djdanielsson and djdanielsson authored Jan 10, 2024
1 parent 66de7f1 commit 7854f1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/tests/build_ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,15 @@
- netaddr
galaxy:
collections:
- name: awx.awx
version: 22.4.0
- infra.controller_configuration
- infra.ah_configuration
- infra.ee_utilities
- infra.aap_utilities
- awx.awx
build_steps:
prepend_final:
- RUN whoami
- RUN cat /etc/os-release
append_final:
- RUN echo This is a post-install command!
- RUN true && microdnf clean all && microdnf upgrade --refresh && microdnf clean all && true
- RUN cat /etc/redhat-r*
options:
package_manager_path: /usr/bin/microdnf
...
2 changes: 1 addition & 1 deletion .github/workflows/ci_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ansible-galaxy collection install containers.podman -f

- name: Docker login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: redhat_cop+github_action
Expand Down
File renamed without changes.

0 comments on commit 7854f1f

Please sign in to comment.