We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6291e commit 79669b2Copy full SHA for 79669b2
1 file changed
.circleci/config.yml
@@ -169,7 +169,7 @@ jobs:
169
root: ./
170
paths:
171
- ./dist
172
- build_docker_images:
+ publish_docker_images:
173
executor: base
174
environment:
175
BUILD_TARGETS: "linux/arm/v7,linux/arm64,linux/amd64"
@@ -254,7 +254,7 @@ workflows:
254
filters:
255
tags:
256
only: /.*/
257
- - build_docker_images:
+ - publish_docker_images:
258
requires:
259
- check_whitespace
260
- check_bash
0 commit comments