{"id":17489638,"url":"https://github.com/bozdoz/auto-docker-push","last_synced_at":"2026-05-05T18:33:46.950Z","repository":{"id":74096654,"uuid":"584055113","full_name":"bozdoz/auto-docker-push","owner":"bozdoz","description":"Github Action for auto-tagging and pushing docker image","archived":false,"fork":false,"pushed_at":"2024-05-23T02:11:16.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T11:36:03.681Z","etag":null,"topics":["actions","docker","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/auto-docker-push","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bozdoz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"bozdoz","custom":["https://www.paypal.com/paypalme/bozdoz"]}},"created_at":"2023-01-01T05:46:17.000Z","updated_at":"2024-05-23T02:11:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"bced3478-4a76-4245-893f-22bbb307350f","html_url":"https://github.com/bozdoz/auto-docker-push","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fauto-docker-push","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fauto-docker-push/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fauto-docker-push/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fauto-docker-push/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bozdoz","download_url":"https://codeload.github.com/bozdoz/auto-docker-push/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246059301,"owners_count":20717085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","docker","github-actions"],"created_at":"2024-10-19T05:43:42.096Z","updated_at":"2025-10-28T14:47:17.601Z","avatar_url":"https://github.com/bozdoz.png","language":"C","funding_links":["https://github.com/sponsors/bozdoz","https://www.paypal.com/paypalme/bozdoz"],"categories":[],"sub_categories":[],"readme":"# Auto Docker Push\n\nGithub Action for automatically tagging and pushing docker images to [Docker Hub](https://hub.docker.com).  See example here: https://hub.docker.com/r/bozdoz/docker-push\n\n**Roughly**, it translates a git tag of `v1.2.3` to a docker tag push of both `1.2.3`, and `latest`.\n\n### Getting Started\n\nFollow the template from this very repository:\n\n```yml\nname: ReleaseWorkflow\n\non:\n  push:\n    tags:\n      - \"*\"\n\njobs:\n  push:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Docker Push\n        uses: bozdoz/auto-docker-push@v3\n        with:\n          image: ${{ secrets.DOCKER_HUB_IMAGE }}\n          username: ${{ secrets.DOCKER_HUB_USERNAME }}\n          password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}\n\n```\n\nNow, anytime you publish a new tag, it will generate a docker image using that tag. \n\nFor example: if you publish `v1.0`, then your image will be pushed under the tags `1.0` and `latest` (note: it strips the leading `v`).\n\nFor extra verbose images, if you publish `v1.0.1-2023-04-15`, then your image will be pushed with tags: `1.0.1-2023-04-15`, `1.0.1`, and `latest`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozdoz%2Fauto-docker-push","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbozdoz%2Fauto-docker-push","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozdoz%2Fauto-docker-push/lists"}