Skip to content

A collection of GitHub Actions used across Stackable repositories

License

Notifications You must be signed in to change notification settings

stackabletech/actions

Repository files navigation

Actions

This repository contains various reusable actions which encapsulate series of commands to run a particular step in a workflow.

Definitions

Name Example
Image Registry docker.stackable.tech
Image Repository stackable/kafka
Image Index Manifest Tag 3.4.1-stackable0.0.0-dev
Image Manifest Tag 3.4.1-stackable0.0.0-dev-amd64
Image Repository URI docker.stackable.tech/stackable/kafka
Image Index URI (if multi-arch) docker.stackable.tech/stackable/kafka:3.4.1-stackable0.0.0-dev
Image Manifest URI (if multi-arch) docker.stackable.tech/stackable/kafka:3.4.1-stackable0.0.0-dev-amd64
Image Repo Digest docker.stackable.tech/stackable/kafka@sha256:917f800259ef4915f976...
Digest sha256:917f800259ef4915f976e93987b752fd64debf347568610d7f685d2022...

Available Actions