Skip to content

Commit 03ebca4

Browse files
Update publish.yaml
1 parent 2b270c7 commit 03ebca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ansible-galaxy collection install -r requirements.yml
3333
- name: Execute Ansible Builder
3434
run: |
35-
ansible-builder build --tag awx-ee-openstack:${{ github.event.inputs.tag }}
35+
ansible-builder build --tag awx-ee-openstack:${{ github.event.inputs.tag }} --tag awx-ee-openstack:latest
3636
- name: Push To quay.io
3737
id: push-to-quay
3838
uses: redhat-actions/push-to-registry@v2

0 commit comments

Comments
 (0)