Skip to content

Commit

Permalink
[Quay] Sanity check for KubeRay repository setup (#1300)
Browse files Browse the repository at this point in the history
[Quay] Sanity check for KubeRay repository setup
  • Loading branch information
kevin85421 authored Aug 7, 2023
1 parent cc6b7ba commit 238cb4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/quay-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: test-quay

on:
workflow_dispatch:

jobs:
test_login_quay:
name: Test Quay
runs-on: ubuntu-latest
steps:
- name: Log in to Quay.io
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

0 comments on commit 238cb4e

Please sign in to comment.