-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: set IFS to null when updating DOCKER_TAGS_ARG * ci: add test * chore: code cleanup --------- Co-authored-by: Micah van der Kolk <[email protected]> Co-authored-by: Kyle a.k.a. TechSquidTV <[email protected]>
- Loading branch information
1 parent
dcb1c8c
commit 44f6295
Showing
4 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
description: > | ||
Build/publish a Docker image bash substitution | ||
usage: | ||
version: 2.1 | ||
|
||
orbs: | ||
docker: circleci/[email protected] | ||
|
||
workflows: | ||
build-docker-image-only: | ||
jobs: | ||
- docker/publish: | ||
image: ${CIRCLE_PROJECT_USERNAME,,}/${CIRCLE_PROJECT_REPONAME/_/-} | ||
tag: ${CIRCLE_SHA1:0:10} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters