Skip to content

. πŸš€ πŸš€ πŸͺœ Staged release for Linux, Windows and Docker #62

. πŸš€ πŸš€ πŸͺœ Staged release for Linux, Windows and Docker

. πŸš€ πŸš€ πŸͺœ Staged release for Linux, Windows and Docker #62

Workflow file for this run

name: . πŸš€ πŸš€ πŸͺœ Staged release for Linux, Windows and Docker
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
assetsType:
description: 'Assets type to release: all, docker, targz, zip, msi, deb, rpm'
required: true
default: 'all'
targzOS:
description: 'OS for which tarballs will be released: all, linux, macos'
required: true
default: 'all'
jobs:
publish-docker-images:
uses: ./.github/workflows/component_docker_publish.yml
secrets:
DOCKER_HUB_ID: ${{secrets.OHAI_DOCKER_HUB_ID}}
DOCKER_HUB_PASSWORD: ${{secrets.OHAI_DOCKER_HUB_PASSWORD}}
with:
TAG: ${{ github.event.inputs.tag }}
ASSETS_TYPE: ${{ github.event.inputs.assetsType }}