Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Container Image Updater

v1.0.3

Container Image Updater

play

Container Image Updater

Github action to notify if the container image needs update based on the baseimage change

Installation

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

              

- name: Container Image Updater

uses: mkumatag/[email protected]

Learn more about this action in mkumatag/container-image-updater-action

Choose a version

container-image-updater

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-docker-action@v1 with: who-to-greet: 'Mona the Octocat'