Skip to content

Commit

Permalink
fix docker image in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Oct 11, 2023
1 parent fa168d3 commit d30e495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bamboo-specs/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Increment:
other:
clean-working-dir: true
docker:
image: ${bamboo.dockerContainer}
image: ${bamboo.dockerNode}
volumes:
${system.YARN_DIR}: "${bamboo.yarnCache}"
tasks:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Test:
other:
clean-working-dir: true
docker:
image: "${bamboo.dockerContainer}"
image: "${bamboo.dockerNode}"
volumes:
${system.YARN_DIR}: "${bamboo.yarnCache}"
tasks:
Expand Down

0 comments on commit d30e495

Please sign in to comment.