Skip to content

Commit

Permalink
chore(deps): update docker orb to v2.2.0
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] None
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 24d5927 commit 5469552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ alias:
# --------------------------------------------------- #
orbs:
go: habx/[email protected]
docker: circleci/docker@2.1.5
docker: circleci/docker@2.2.0

docker-config: &docker-config
extra_build_args: '--build-arg REVISION="$(git rev-parse --short HEAD)" --build-arg CREATED="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" --build-arg VERSION="$CIRCLE_TAG" --build-arg TITLE="${CIRCLE_PROJECT_REPONAME}" --build-arg SOURCE="${CIRCLE_REPOSITORY_URL}" --build-arg AUTHORS="${CIRCLE_USERNAME}"'
Expand Down

0 comments on commit 5469552

Please sign in to comment.