Skip to content

fix: correct label selector to find task pod (#1573) #7

fix: correct label selector to find task pod (#1573)

fix: correct label selector to find task pod (#1573) #7

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 }}