Skip to content

Commit

Permalink
Test commit to check secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Jul 13, 2023
1 parent 9c269d0 commit 6d306d4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This workflow will build the CodeFlare Operator image and push it to the project-codeflare image registry

name: Test
on:
pull_request:
branches:
- main

jobs:
push:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Login to Quay.io
uses: redhat-actions/podman-login@v1
with:
username: ${{ secrets.QUAY_ID }}
password: ${{ secrets.QUAY_TOKEN }}
registry: quay.io

0 comments on commit 6d306d4

Please sign in to comment.