Skip to content

fix registry_ui role #8

fix registry_ui role

fix registry_ui role #8

---
name: push to ansible galaxy
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
push:
tags:
- '*'
jobs:
galaxy:
name: galaxy
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
steps:
- name: Check out the codebase
uses: actions/checkout@v4
- name: Deploy Ansible Galaxy Collection
uses: artis3n/ansible_galaxy_collection@v2.8.3
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'