name: 'Example workflow'
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
fetch:
runs-on: ubuntu-latest
steps:
- name: Fetch tags from DockerHub
id: fetch_tags
uses: mxpicture/action-docker-hub-fetch-tags@v1
with:
repository: owner/repo
max_items: '100'
- name: An example step
run: |
echo '${{ steps.fetch_tags.outputs.count }}'
- name: An example step
run: |
echo '${{ steps.fetch_tags.outputs.results }}'
-
Notifications
You must be signed in to change notification settings - Fork 0
MXPicture/action-docker-hub-fetch-tags
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Github Action: Fetch Metadata from DockerHub
Resources
Stars
Watchers
Forks
Packages 0
No packages published