github docker/scout-action v0.23.1

latest releases: v1.22.0, v1.21.0, v1...
2 years ago

please use v0.23.2 or newer that fixes some issues regarding organization flag below.

Previous release notes

Environment

Record an image to an environment:

- uses: docker/scout-action@v0.23.1
  with:
    command: environment
    image: ${{ step.meta.outputs.tags }}
    environment: staging

Compare to environment

Compare an image to the newest one for a specific environment:

- uses: docker/scout-action@v0.23.1
  with:
    command: compare
    image: ${{ step.meta.outputs.tags }}
    to-env: staging

Namespace of Docker Organization

Indicate the namespace of your Docker organization to match the right data from https://scout.docker.com. For instance when you compare an image not on https://hub.docker.com

- uses: docker/scout-action@v0.23.1
  with:
    command: compare
    image: my-registy-1.example.com/repository:tag
    to-latest: true
    organization: my-docker-org

Don't miss a new scout-action release

NewReleases is sending notifications on new releases.