Skip to content

Commit

Permalink
Change IMG_MODIFIER suffix for the GHA workflow (#5430)
Browse files Browse the repository at this point in the history
This commit changes the IMG_MODIFIER env var in the "kubeapps general workflow" in github actions, 
so it uses an image modifier different from the one used by the CircleCI pipeline.
  • Loading branch information
Jesús Miguel Benito Calzada authored Oct 5, 2022
1 parent 942af2a commit 7260592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubeapps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ env:
# as an output of the `setup` job.
IMG_DEV_TAG: "build-${{ github.sha }}"
# Apart from using a dev tag we use a different image ID to avoid polluting the tag history of the production tag
IMG_MODIFIER: "-ci"
IMG_MODIFIER: "-ci-gha"
IMG_PREFIX: "kubeapps/"
# We use IMG_PREFIX_FOR_FORKS for development purposes, it's used when the workflow is run from a fork of the kubeapps repo
IMG_PREFIX_FOR_FORKS: "beni0888/"
Expand Down

0 comments on commit 7260592

Please sign in to comment.