Skip to content

raphael-papazikas/bump-k8s-image-tag

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

typescript-action status

bump-k8s-image-tag

Updates container image tag in a k8s manifest repository and creates a pull request.

Usage

Inputs

Param Description
owner The owner of the repository, can be either a username or an organization name
repo The repository
PAT A personal access token that has read-write access to this repository
image Regex that matches the image to update. Example raphael-papazikas/backend*
tag To which tag should be updated
base The base branch, defaults to main

Example

- name: Bump image tag
  uses: raphael-papazikas/bump-k8s-image-tag@1.0.0
  with:
    owner: raphael-papazikas
    repo: k8s-deployment
    PAT: <YOUR_PAT_HERE>
    image: raphael-papazikas/backend
    tag: 0.0.1

About

Updates container image tag in a k8s manifest repository and creates a pull request.

Topics

Resources

License

Stars

Watchers

Forks