Skip to content

Commit

Permalink
Rename build_docker_images to publish_docker_images (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch authored Nov 10, 2024
1 parent 0a6291e commit 79669b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
root: ./
paths:
- ./dist
build_docker_images:
publish_docker_images:
executor: base
environment:
BUILD_TARGETS: "linux/arm/v7,linux/arm64,linux/amd64"
Expand Down Expand Up @@ -254,7 +254,7 @@ workflows:
filters:
tags:
only: /.*/
- build_docker_images:
- publish_docker_images:
requires:
- check_whitespace
- check_bash
Expand Down

0 comments on commit 79669b2

Please sign in to comment.