Skip to content

Commit a95b24b

Browse files
committed
Update envorb version
1 parent f6ef06c commit a95b24b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
orbtools: gofunky/orbtools@dev:0.0.16
4+
orbtools: gofunky/orbtools@0.1.0
55
envorb: gofunky/envorb@0.2.6
66

77
master_filter: &master_filter

src/@orb.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
cli: circleci/circleci-cli@volatile
5-
envorb: gofunky/envorb@0.2.6
5+
envorb: gofunky/envorb@dev:master
66

77
commands:
88

@@ -199,6 +199,7 @@ jobs:
199199
type: string
200200
default: ""
201201
executor: cli/default
202+
tag: alpine
202203
steps:
203204
# Setup
204205
- when:
@@ -240,6 +241,7 @@ jobs:
240241
Uses the CLI to increment the version of an orb in the registry.
241242
If the orb does not have a version yet it starts at 0.0.0
242243
executor: cli/default
244+
tag: alpine
243245
parameters:
244246
orb-path:
245247
description: Path to an orb file.
@@ -309,6 +311,7 @@ jobs:
309311

310312
publish:
311313
executor: cli/default
314+
tag: alpine
312315
parameters:
313316
orb-path:
314317
description: Path of the orb file to publish.

0 commit comments

Comments
 (0)