{"id":17933819,"url":"https://github.com/jacobsvante/gcr-add-version-tags-action","last_synced_at":"2026-01-12T13:59:06.635Z","repository":{"id":45144119,"uuid":"444836754","full_name":"jacobsvante/gcr-add-version-tags-action","owner":"jacobsvante","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-05T14:49:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T18:03:44.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/jacobsvante.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-05T14:36:12.000Z","updated_at":"2022-01-05T14:49:49.000Z","dependencies_parsed_at":"2023-01-11T17:22:46.621Z","dependency_job_id":null,"html_url":"https://github.com/jacobsvante/gcr-add-version-tags-action","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgcr-add-version-tags-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgcr-add-version-tags-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgcr-add-version-tags-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgcr-add-version-tags-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobsvante","download_url":"https://codeload.github.com/jacobsvante/gcr-add-version-tags-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989754,"owners_count":20865331,"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":[],"created_at":"2024-10-28T21:41:52.657Z","updated_at":"2026-01-12T13:59:06.620Z","avatar_url":"https://github.com/jacobsvante.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"GitHub action for adding Docker image tags to Google Container Registry, based on version identifiers.\n\nPlease note that `gcloud` CLI must've been set up in a previous step. There's a dedicated action for that, found here: https://github.com/google-github-actions/setup-gcloud\n\nExample, used together with the excellent [release-please-action](https://github.com/google-github-actions/release-please-action):\n\n```yml\non:\n  push:\n    branches:\n      - main\n\nname: Main\njobs:\n  release-please:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: google-github-actions/release-please-action@v2\n        id: release\n        with:\n          release-type: simple\n          package-name: my-package\n          bump-minor-pre-major: true\n      - uses: actions/checkout@v2\n      - name: Tag major and minor versions\n        if: ${{ steps.release.outputs.release_created }}\n        uses: jacobsvante/gcr-add-version-tags-action@v0\n        with:\n          repository: eu.gcr.io/project-123456/my-package\n          source-tag: ${{ github.sha }} # Must already exist in GCR repository\n          major: ${{ steps.release.outputs.major }}\n          minor: ${{ steps.release.outputs.minor }}\n          patch: ${{ steps.release.outputs.patch }}\n          push-latest: true # If you want to also push an updated `latest` tag\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fgcr-add-version-tags-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobsvante%2Fgcr-add-version-tags-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fgcr-add-version-tags-action/lists"}