Skip to content

Commit

Permalink
Add 'buildx stop' at the end of the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizcko committed Jul 16, 2024
1 parent 839eabc commit 4dabc63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ build:
else
docker buildx build --push -t $IMAGE_NAME:latest -t $IMAGE_NAME:$CI_COMMIT_TAG --platform linux/amd64,linux/arm64 .
fi
docker buildx stop
after_script:
- docker buildx stop

0 comments on commit 4dabc63

Please sign in to comment.