Skip to content

🌱 Move container build to gh runner #4

🌱 Move container build to gh runner

🌱 Move container build to gh runner #4

Workflow file for this run

name: Check Secret
on: [pull_request]
jobs:
check-secret-1:
runs-on: ubuntu-latest
steps:
- name: Check secret
run: echo "Secret is ${{ secrets.QUAY_USERNAME }}"