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

GitHub Action

Check if Docker image with tag exists in ECR

v0.1.0

Check if Docker image with tag exists in ECR

search

Check if Docker image with tag exists in ECR

Check if specified tag image exists in your ECR repository

Installation

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

              

- name: Check if Docker image with tag exists in ECR

uses: mnmandahalf/check-ecr-image-exists@v0.1.0

Learn more about this action in mnmandahalf/check-ecr-image-exists

Choose a version

Check if a Docker image with a specific tag exists in ECR

This action returns whether a Docker image with a specific tag exists in your Amazon ECR repository.

Usage

see action.yml

Output

Name Description Default
image-exists Flag indicating whether the docker image exists or not. Returns '0' or '1' N/A