Skip to content

asml-actions/artifactory-get-latest-image-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

artifactory-get-latest-image-tag

Get the latest tag from Artifactory for an Docker image

Usage:

  - uses: asml-actions/artifactory-get-latest-image-tag@setup
    id: get-tag
    with:
        ARTIFACTORY_URL: https://my_artifactory_server.com
        REPO_KEY: reg-local
        IMAGE_NAME: runner
        ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_TOKEN }}

  - name: Show the tag from the output of the previous step  
    run: echo "Found this tag:: [${{ steps.get-tag.outputs.tag }}]"

About

Get the latest tag from Artifactory for an Docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published