Skip to content

Commit

Permalink
fix service names
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Jan 25, 2022
1 parent e088d02 commit 7b2358b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-build-codex-builder-final.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ docker buildx bake \
${PLATFORM_ARG[@]:-} \
--set "*.tags=$REPO:${PKG_VERSION}" \
${CMD:-} \
codex
codex-builder-final
2 changes: 1 addition & 1 deletion docker-build-codex-dist-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ docker buildx bake \
${PLATFORM_ARG[@]:-} \
--set "*.tags=$REPO:${CODEX_DIST_BUILDER_VERSION}" \
--push \
codex-builder
codex-dist-builder

0 comments on commit 7b2358b

Please sign in to comment.