Skip to content
anchor

GitHub Action

RelizaHub Build And Submit Release metadata action

2.0 Latest version

RelizaHub Build And Submit Release metadata action

anchor

RelizaHub Build And Submit Release metadata action

RelizaHub Build And Submit Release metadata action

Installation

Copy and paste the following snippet into your .yml file.

              

- name: RelizaHub Build And Submit Release metadata action

uses: relizaio/reliza-docker-action@2.0

Learn more about this action in relizaio/reliza-docker-action

Choose a version

reliza-docker-action

About

GitHub Action to Build a Docker image, push it to the registry and submit the release metadata to RelizaHub.

Usage

steps:
- uses: relizaio/reliza-docker-action@1.9
  with:
    reliza_api_id: <api-id-obtained-from-relizahub>
    reliza_api_key: <api-key-obtained-from-relizahub>
    registry_username: <image-registry-username>
    registry_password: <image-registry-password>
    registry_host: <image-registry-host>
    image_namespace: <registry-namespace>
    image_name: <image-name>

Inputs

The actions supports the following inputs:

  • reliza_api_id: The project API ID obtained from RelizaHub.
  • reliza_api_key: The project API Key obtained from RelizaHub.
  • registry_username: Username for the image registry.
  • registry_password: Password for the image registry.
  • registry_host: Image registry host.
  • image_namespace: Namespace of the image on registry.
  • image_name: Name of the image.
  • path: Path to the relative to root of the repo (default is '.').
  • dockerfile_name: Name of the dockerfile (default is 'Dockerfile').
  • reliza_project_id: Project UUID if an org-wide key is used.
  • push_latest_tag: Whether to push image with 'latest' tag also, optional, default: true
  • platform_architectures: A comma separated list of platform architectures, optional, default: 'linux/amd64'; supported platforms: 'linux/amd64 linux/arm64 linux/s390x linux/arm/v7 linux/arm/v6'