Skip to content

Commit

Permalink
fix(ci): fixup errant docker build path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 26, 2024
1 parent a3983f7 commit ac0df67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- run: echo "$QUAY_PASS" | docker login quay.io --username "$QUAY_USER" --password-stdin
- docker/build:
local_image_name: "<<parameters.ident>>:${CIRCLE_SHA1:0:10}"
path: "docker-<<parameters.ident>>"
- run: docker tag "<<parameters.ident>>:${CIRCLE_SHA1:0:10}" "thekevjames/<<parameters.ident>>:<<parameters.tag>>"
- run: docker tag "<<parameters.ident>>:${CIRCLE_SHA1:0:10}" "thekevjames/<<parameters.ident>>:latest"
- run: docker tag "<<parameters.ident>>:${CIRCLE_SHA1:0:10}" "quay.io/thekevjames/<<parameters.ident>>:<<parameters.tag>>"
Expand Down

0 comments on commit ac0df67

Please sign in to comment.