mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-07 22:02:53 +00:00
Fix promote workflow (#1613)
This commit is contained in:
2
.github/workflows/promote.yaml
vendored
2
.github/workflows/promote.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
- name: Re-tag and promote awx-operator image
|
- name: Re-tag and promote awx-operator image
|
||||||
run: |
|
run: |
|
||||||
docker pull ghcr.io/${{ github.repository }}:${TAG_NAME}
|
docker pull ghcr.io/${{ github.repository }}:${TAG_NAME}
|
||||||
docker tag ghcr.io/${{ github.repository }}:${TAG_NAME} quay.io/${{ github.repository }}:${{ github.event.release.tag_name }}
|
docker tag ghcr.io/${{ github.repository }}:${TAG_NAME} quay.io/${{ github.repository }}:${TAG_NAME}
|
||||||
docker tag ghcr.io/${{ github.repository }}:${TAG_NAME} quay.io/${{ github.repository }}:latest
|
docker tag ghcr.io/${{ github.repository }}:${TAG_NAME} quay.io/${{ github.repository }}:latest
|
||||||
docker push quay.io/${{ github.repository }}:${TAG_NAME}
|
docker push quay.io/${{ github.repository }}:${TAG_NAME}
|
||||||
docker push quay.io/${{ github.repository }}:latest
|
docker push quay.io/${{ github.repository }}:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user