set_user icon indicating copy to clipboard operation
set_user copied to clipboard

Add workflow to store built container images used for testing in CI when a release is tagged

Open efourd opened this issue 4 years ago • 0 comments

A new workflow with logic to push the built images to ghcr when a release is tagged should be added.

This container image should have a generic set_user installation.

on:
  release:
    types: [published]

efourd avatar Nov 03 '21 14:11 efourd