Skip to content

Instantly share code, notes, and snippets.

@PcFerreira
Created March 26, 2021 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PcFerreira/7b17233865ad1c69defdd1d0fb2fba6b to your computer and use it in GitHub Desktop.
Save PcFerreira/7b17233865ad1c69defdd1d0fb2fba6b to your computer and use it in GitHub Desktop.
Docker yq
docker run --rm -v "${PWD}":/workdir mikefarah/yq eval '.app.version = "$CI_COMMIT_SHORT_SHA"' -i ./config/config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment