We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b270c7 commit 03ebca4Copy full SHA for 03ebca4
.github/workflows/publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
ansible-galaxy collection install -r requirements.yml
33
- name: Execute Ansible Builder
34
run: |
35
- ansible-builder build --tag awx-ee-openstack:${{ github.event.inputs.tag }}
+ ansible-builder build --tag awx-ee-openstack:${{ github.event.inputs.tag }} --tag awx-ee-openstack:latest
36
- name: Push To quay.io
37
id: push-to-quay
38
uses: redhat-actions/push-to-registry@v2
0 commit comments