Skip to content

1586: awx-operator restore from PVC is not working (#1603) #487

1586: awx-operator restore from PVC is not working (#1603)

1586: awx-operator restore from PVC is not working (#1603) #487

Workflow file for this run

---
name: Devel
on:
push:
branches: [devel]
jobs:
release:
runs-on: ubuntu-latest
name: Push devel image
steps:
- uses: actions/checkout@v3
- name: Build Image
run: |
IMG=awx-operator:devel make docker-build
- name: Push To Quay
uses: redhat-actions/[email protected]
with:
image: awx-operator
tags: devel
registry: quay.io/ansible/
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_TOKEN }}