diff --git a/.github/workflows/openstack-ansibleee-runner.yaml b/.github/workflows/openstack-ansibleee-runner.yaml index e26b12b77..15f386e25 100644 --- a/.github/workflows/openstack-ansibleee-runner.yaml +++ b/.github/workflows/openstack-ansibleee-runner.yaml @@ -48,6 +48,13 @@ jobs: run: | echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV + - name: Log in to Red Hat Registry + uses: redhat-actions/podman-login@v1 + with: + registry: registry.redhat.io + username: ${{ secrets.REDHATIO_USERNAME }} + password: ${{ secrets.REDHATIO_PASSWORD }} + - name: Buildah Action id: build-openstack-ansibleee-runner uses: redhat-actions/buildah-build@v2 diff --git a/openstack_ansibleee/Dockerfile b/openstack_ansibleee/Dockerfile index 6a82ebde6..eb0a1e3d0 100644 --- a/openstack_ansibleee/Dockerfile +++ b/openstack_ansibleee/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/ansible/community-ansible-dev-tools:v24.10.0 as builder +FROM registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9:1.0 as builder ARG REMOTE_SOURCE=. ARG REMOTE_SOURCE_DIR=/var/tmp/edpm-ansible