Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh committed Aug 12, 2024
1 parent d40c9f1 commit 28b3380
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test-creds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: jenkins images

on:
# allows to manually run the workflow from the UI
workflow_dispatch:
inputs:
dry_run:
description: 'DryRun'
required: true
default: 'false'

push:
branches: ["test-creds"]

jobs:
build-jenkins-inbound-agent:
runs-on: self-hosted
steps:
- name: Login to QUAY
uses: docker/#-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

0 comments on commit 28b3380

Please # to comment.