push-container-images-action/README.md
2024-11-07 22:23:43 -05:00

547 B

Push Container Images Forgejo Action

An action that handles pushing multiple images and tags to a given registry.

Interface

inputs:
  image-prefix:
    description: Image name prefix to identify images to push.
    required: true
  registry-user:
    description: Username for registry authentication.
    required: true
  registry-token:
    description: Token/password for registry authentication.
    required: true
  registry-endpoint:
    description: Registry endpoint to authenticate with and push to.
    required: true