Fix release workflow

This commit is contained in:
Shane McDonald
2021-10-03 10:19:07 -04:00
committed by GitHub
parent b59205ce69
commit 9e9457cf99

View File

@@ -16,7 +16,7 @@ jobs:
- name: Build Image
run: |
IMG=awx-operator make docker-build
IMG=awx-operator:${{ github.event.release.tag_name }} make docker-build
- name: Push To Quay
uses: redhat-actions/push-to-registry@v2.1.1