Skip to content

Bump kube-rbac-proxy image to v0.15.0 (#1615) #477

Bump kube-rbac-proxy image to v0.15.0 (#1615)

Bump kube-rbac-proxy image to v0.15.0 (#1615) #477

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