Skip to content

🌱 Move container build to gh runner #6

🌱 Move container build to gh runner

🌱 Move container build to gh runner #6

Workflow file for this run

name: Check Secret
on: [pull_request]
jobs:
check-secret-1:
runs-on: ubuntu-latest
steps:
- name: Login to Quay.io
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
ecr: false