Skip to content

Commit fdad2bb

Browse files
committed
update circle build image
1 parent 9bc5ad1 commit fdad2bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
version: 2.1
1+
version: 2.1
22
orbs:
33
queue: eddiewebb/[email protected]
44
jobs:
55
build:
66
docker:
7-
- image: mijitt0m/ocelot-build:0.0.1
7+
- image: mijitt0m/ocelot-build:0.0.3
88
steps:
99
- checkout
1010
- run: make build
1111
release:
1212
docker:
13-
- image: mijitt0m/ocelot-build:0.0.1
13+
- image: mijitt0m/ocelot-build:0.0.3
1414
steps:
1515
- checkout
1616
- run: make release
1717
workflows:
1818
version: 2
1919
master:
20-
jobs:
20+
jobs:
2121
- queue/block_workflow:
2222
time: "20"
2323
only-on-branch: master
24-
- release:
24+
- release:
2525
requires:
2626
- queue/block_workflow
2727
filters:

0 commit comments

Comments
 (0)