Skip to content

Commit 79669b2

Browse files
authored
Rename build_docker_images to publish_docker_images (#370)
1 parent 0a6291e commit 79669b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
root: ./
170170
paths:
171171
- ./dist
172-
build_docker_images:
172+
publish_docker_images:
173173
executor: base
174174
environment:
175175
BUILD_TARGETS: "linux/arm/v7,linux/arm64,linux/amd64"
@@ -254,7 +254,7 @@ workflows:
254254
filters:
255255
tags:
256256
only: /.*/
257-
- build_docker_images:
257+
- publish_docker_images:
258258
requires:
259259
- check_whitespace
260260
- check_bash

0 commit comments

Comments
 (0)