Publish multi-arch versioned awx-ee

dependent on https://github.com/ansible/awx-ee/pull/235
This commit is contained in:
Hao Liu
2024-02-26 21:13:09 -05:00
committed by Dave
parent 09b028ee3c
commit 237adc6150
2 changed files with 6 additions and 6 deletions

View File

@@ -92,6 +92,6 @@ jobs:
- name: Re-tag and promote awx-ee image
run: |
docker pull ghcr.io/${{ github.repository_owner }}/awx-ee:${{ github.event.release.tag_name }}
docker tag ghcr.io/${{ github.repository_owner }}/awx-ee:${{ github.event.release.tag_name }} quay.io/${{ github.repository_owner }}/awx-ee:${{ github.event.release.tag_name }}
docker push quay.io/${{ github.repository_owner }}/awx-ee:${{ github.event.release.tag_name }}
docker buildx imagetools create \
ghcr.io/${{ github.repository_owner }}/awx-ee:${{ github.event.release.tag_name }} \
--tag quay.io/${{ github.repository_owner }}/awx-ee:${{ github.event.release.tag_name }}